Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
tooltip.pcss.css file core/themes/default_admin/css/components/tooltip.pcss.css Tooltip styles for the admin toolbar.
tooltip.pcss.css file core/themes/default_admin/migration/css/components/tooltip.pcss.css Tooltip styles for the admin toolbar.
top-bar-page-actions.html.twig file core/modules/navigation/templates/top-bar-page-actions.html.twig Default theme implementation for navigation top bar page actions.
top-bar-page-actions.html.twig file core/themes/stable9/templates/navigation/top-bar-page-actions.html.twig Default theme implementation for navigation top bar page actions.
top-bar.css file core/modules/navigation/css/components/top-bar.css /*
* 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.css file core/themes/default_admin/css/layout/top-bar.css Navigation top bar layout styles.
top-bar.pcss.css file core/themes/default_admin/css/layout/top-bar.pcss.css Navigation top bar layout styles.
top-bar.pcss.css file core/modules/navigation/css/components/top-bar.pcss.css @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:…
TopBarItem::__construct function core/modules/navigation/src/Attribute/TopBarItem.php Constructs a new TopBarItem instance.
TopBarItemBase class core/modules/navigation/src/TopBarItemBase.php Base class for top bar item plugins.
TopBarItemBase.php file core/modules/navigation/src/TopBarItemBase.php
TopBarItemBase::build function core/modules/navigation/src/TopBarItemBase.php Builds and returns the renderable array for this top bar item plugin.
TopBarItemBase::label function core/modules/navigation/src/TopBarItemBase.php Returns the translated plugin label.
TopBarItemBase::region function core/modules/navigation/src/TopBarItemBase.php Returns the plugin region.
TopBarItemBase::weight function core/modules/navigation/src/TopBarItemBase.php Returns the plugin weight.
TopBarItemBaseTest class core/modules/navigation/tests/src/Unit/TopBarItemBaseTest.php Tests Drupal\navigation\TopBarItemBase.
TopBarItemBaseTest.php file core/modules/navigation/tests/src/Unit/TopBarItemBaseTest.php
TopBarItemBaseTest::testTopBarItemBase function core/modules/navigation/tests/src/Unit/TopBarItemBaseTest.php Tests top bar item base.
TopBarItemInstantiation class core/modules/navigation/tests/navigation_test/src/Plugin/TopBarItem/TopBarItemInstantiation.php Provides a top bar item plugin for testing the top bar.
TopBarItemInstantiation.php file core/modules/navigation/tests/navigation_test/src/Plugin/TopBarItem/TopBarItemInstantiation.php
TopBarItemInstantiation::build function core/modules/navigation/tests/navigation_test/src/Plugin/TopBarItem/TopBarItemInstantiation.php Builds and returns the renderable array for this top bar item plugin.
TopBarItemManager::getDefinitions function core/modules/navigation/src/TopBarItemManager.php Gets the definition of all plugins for this type.
TopBarItemManager::getDefinitionsByRegion function core/modules/navigation/src/TopBarItemManager.php Gets the top bar item plugins by region.
TopBarItemManager::getRenderedTopBarItemsByRegion function core/modules/navigation/src/TopBarItemManager.php Gets the top bar items prepared as render array.
TopBarItemManager::__construct function core/modules/navigation/src/TopBarItemManager.php Constructs the object.
TopBarItemManagerInterface::getDefinitionsByRegion function core/modules/navigation/src/TopBarItemManagerInterface.php Gets the top bar item plugins by region.
TopBarItemManagerInterface::getRenderedTopBarItemsByRegion function core/modules/navigation/src/TopBarItemManagerInterface.php Gets the top bar items prepared as render array.
TopBarItemManagerTest class core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php Tests Drupal\navigation\TopBarItemManager.
TopBarItemManagerTest.php file core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php
TopBarItemManagerTest::$manager property core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php The top bar item manager under test.
TopBarItemManagerTest::setUp function core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php
TopBarItemManagerTest::testDefinitions function core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php Tests definitions.
TopBarItemManagerTest::testGetDefinitionsByRegion function core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php Tests get definitions by region.
TopLevelDataInterface::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Merges the object's links with the top-level links.
TopLevelDataInterface::getOmissions function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Returns the data that was omitted from the JSON:API document.
top_bar.css file core/themes/default_admin/migration/css/layout/top_bar.css Navigation top bar layout styles.
top_bar.css file core/themes/admin/migration/css/layout/top_bar.css /* cspell:ignore xxxs */
:root {
--drupal-displace-offset-top: 64px;
--admin-toolbar-top-bar-height: 64px;
}

:is(#extra-specificity-hack, [data-drupal-admin-styles]).gin--navigation-top-bar {
height: auto;
min-height: 64px;
opacity: 0.95;
top_bar.pcss.css file core/themes/default_admin/migration/css/layout/top_bar.pcss.css Navigation top bar layout styles.
ToStringTrait trait core/lib/Drupal/Component/Utility/ToStringTrait.php Wraps __toString in a trait to avoid some fatal errors.
ToStringTrait.php file core/lib/Drupal/Component/Utility/ToStringTrait.php
ToStringTrait::render function core/lib/Drupal/Component/Utility/ToStringTrait.php Renders the object as a string.
ToStringTrait::_die function core/lib/Drupal/Component/Utility/ToStringTrait.php For test purposes, wrap die() in an overridable method.
ToStringTrait::__toString function core/lib/Drupal/Component/Utility/ToStringTrait.php Implements the magic __toString() method.
TrackChangesTest class core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php Source plugin for migration track changes tests.
TrackChangesTest class core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Tests migration track changes property.
TrackChangesTest.php file core/modules/migrate/tests/src/Kernel/TrackChangesTest.php
TrackChangesTest.php file core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php
TrackChangesTest::$modules property core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Modules to install.
TrackChangesTest::assertTermDoesNotExist function core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Assert that term with given title does not exist.
TrackChangesTest::assertTermExists function core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Assert that term with given name exists.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.