Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| top-bar-page-action.html.twig | file | core/ |
Default theme implementation for a single navigation top bar page action. |
| top-bar-page-actions.html.twig | file | core/ |
Default theme implementation for navigation top bar page actions. |
| top-bar-page-actions.html.twig | file | core/ |
Default theme implementation for navigation top bar page actions. |
| top-bar.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ :root { --admin-toolbar-top-bar-height: calc(4 * var(--admin-toolbar-rem)); } :is(#extra-specificity-hack,… |
| top-bar.html.twig | file | core/ |
Default theme implementation for the navigation top bar. |
| top-bar.html.twig | file | core/ |
Default theme implementation for the navigation top bar. |
| top-bar.pcss.css | file | core/ |
@import "../base/media-queries.pcss.css"; :root { --admin-toolbar-top-bar-height: calc(4 * var(--admin-toolbar-rem)); } :is(#extra-specificity-hack, [data-drupal-admin-styles]) { &.top-bar { position: relative; z-index:… |
| TopBar | class | core/ |
Provides a render element for the default Drupal toolbar. |
| TopBar.php | file | core/ |
|
| TopBar::getInfo | function | core/ |
Returns the element properties for this element. |
| TopBar::preRenderTopBar | function | core/ |
Builds the TopBar as a structured array ready for rendering. |
| TopBar::topBarItemManager | function | core/ |
Wraps the top bar item manager. |
| TopBarItem | class | core/ |
The top bar item attribute. |
| TopBarItem.php | file | core/ |
|
| TopBarItem::__construct | function | core/ |
Constructs a new TopBarItem instance. |
| TopBarItemBase | class | core/ |
Base class for top bar item plugins. |
| TopBarItemBase.php | file | core/ |
|
| TopBarItemBase::build | function | core/ |
Builds and returns the renderable array for this top bar item plugin. |
| TopBarItemBase::label | function | core/ |
Returns the translated plugin label. |
| TopBarItemBase::region | function | core/ |
Returns the plugin region. |
| TopBarItemBase::weight | function | core/ |
Returns the plugin weight. |
| TopBarItemBaseTest | class | core/ |
Tests Drupal\navigation\TopBarItemBase. |
| TopBarItemBaseTest.php | file | core/ |
|
| TopBarItemBaseTest::testTopBarItemBase | function | core/ |
Tests top bar item base. |
| TopBarItemHigh | class | core/ |
Provides a top bar item plugin for testing the top bar item weight. |
| TopBarItemHigh.php | file | core/ |
|
| TopBarItemHigh::build | function | core/ |
Builds and returns the renderable array for this top bar item plugin. |
| TopBarItemInstantiation | class | core/ |
Provides a top bar item plugin for testing the top bar. |
| TopBarItemInstantiation.php | file | core/ |
|
| TopBarItemInstantiation::build | function | core/ |
Builds and returns the renderable array for this top bar item plugin. |
| TopBarItemLinkAttribute | class | core/ |
Provides a top bar item plugin for testing link attributes in the top bar. |
| TopBarItemLinkAttribute.php | file | core/ |
|
| TopBarItemLinkAttribute::build | function | core/ |
Builds and returns the renderable array for this top bar item plugin. |
| TopBarItemLow | class | core/ |
Provides a top bar item plugin for testing the top bar item weight. |
| TopBarItemLow.php | file | core/ |
|
| TopBarItemLow::build | function | core/ |
Builds and returns the renderable array for this top bar item plugin. |
| TopBarItemManager | class | core/ |
Top bar item plugin manager. |
| TopBarItemManager.php | file | core/ |
|
| TopBarItemManager::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| TopBarItemManager::getDefinitionsByRegion | function | core/ |
Gets the top bar item plugins by region. |
| TopBarItemManager::getRenderedTopBarItemsByRegion | function | core/ |
Gets the top bar items prepared as render array. |
| TopBarItemManager::__construct | function | core/ |
Constructs the object. |
| TopBarItemManagerInterface | interface | core/ |
Top bar item plugin manager. |
| TopBarItemManagerInterface.php | file | core/ |
|
| TopBarItemManagerInterface::getDefinitionsByRegion | function | core/ |
Gets the top bar item plugins by region. |
| TopBarItemManagerInterface::getRenderedTopBarItemsByRegion | function | core/ |
Gets the top bar items prepared as render array. |
| TopBarItemManagerTest | class | core/ |
Tests Drupal\navigation\TopBarItemManager. |
| TopBarItemManagerTest.php | file | core/ |
|
| TopBarItemManagerTest::$manager | property | core/ |
The top bar item manager under test. |
| TopBarItemManagerTest::setUp | function | core/ |
Pagination
- Previous page
- Page 255
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.