Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
toolbar.theme.css file core/themes/claro/css/theme/toolbar.theme.css toolbar.theme.css
toolbar.theme.css file core/themes/admin/css/theme/toolbar.theme.css toolbar.theme.css
toolbar.theme.pcss.css file core/themes/admin/css/theme/toolbar.theme.pcss.css toolbar.theme.css
toolbar.theme.pcss.css file core/themes/claro/css/theme/toolbar.theme.pcss.css toolbar.theme.css
Toolbar::breakpointManager function core/modules/toolbar/src/Element/Toolbar.php Wraps the breakpoint manager.
Toolbar::getInfo function core/modules/toolbar/src/Element/Toolbar.php Returns the element properties for this element.
Toolbar::moduleHandler function core/modules/toolbar/src/Element/Toolbar.php Wraps the module handler.
Toolbar::preRenderToolbar function core/modules/toolbar/src/Element/Toolbar.php Builds the Toolbar as a structured array ready for rendering.
ToolbarActiveTrailTest class core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarActiveTrailTest.php Tests that the active trail is maintained in the toolbar.
ToolbarActiveTrailTest.php file core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarActiveTrailTest.php
ToolbarActiveTrailTest::$defaultTheme property core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarActiveTrailTest.php The theme to install as the default for testing.
ToolbarActiveTrailTest::$modules property core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarActiveTrailTest.php Modules to install.
ToolbarActiveTrailTest::setUp function core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarActiveTrailTest.php
ToolbarActiveTrailTest::testToolbarActiveTrail function core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarActiveTrailTest.php Tests that the active trail is maintained even when traversed deeper.
ToolbarAdminMenuTest class core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests the caching of the admin menu subtree items.
ToolbarAdminMenuTest.php file core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
ToolbarAdminMenuTest::$adminUser property core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php A user with permission to access the administrative toolbar.
ToolbarAdminMenuTest::$adminUser2 property core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php A second user with permission to access the administrative toolbar.
ToolbarAdminMenuTest::$defaultTheme property core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php The theme to install as the default for testing.
ToolbarAdminMenuTest::$hash property core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php The current admin menu subtrees hash for adminUser.
ToolbarAdminMenuTest::$modules property core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Modules to install.
ToolbarAdminMenuTest::assertDifferentHash function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Checks the subtree hash of the current page with that of the previous page.
ToolbarAdminMenuTest::getSubtreesHash function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Get the hash value from the admin menu subtrees route path.
ToolbarAdminMenuTest::setUp function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
ToolbarAdminMenuTest::testBackToSiteLink function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests that back to site link exists on admin pages, not on content pages.
ToolbarAdminMenuTest::testExternalLink function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests that external links added to the menu appear in the toolbar.
ToolbarAdminMenuTest::testLanguageSwitching function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests that subtrees hashes vary by the language of the page.
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests that toolbar cache is cleared when string translations are made.
ToolbarAdminMenuTest::testMenuLinkUpdateSubtreesHashCacheClear function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests toolbar cache tags implementation.
ToolbarAdminMenuTest::testModuleStatusChangeSubtreesHashCacheClear function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests Toolbar's responses to installing and uninstalling modules.
ToolbarAdminMenuTest::testNonCurrentUserAccountUpdates function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests cache invalidation when one user modifies another user.
ToolbarAdminMenuTest::testSubtreesJsonRequest function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests that the 'toolbar/subtrees/{hash}' is reachable and correct.
ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests Toolbar's responses to user data updates.
ToolbarCacheContextsTest class core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php Tests the cache contexts for toolbar.
ToolbarCacheContextsTest.php file core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php
ToolbarCacheContextsTest::$adminUser property core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php An authenticated user to use for testing.
ToolbarCacheContextsTest::$adminUser2 property core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php An authenticated user to use for testing.
ToolbarCacheContextsTest::$defaultTheme property core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php The theme to install as the default for testing.
ToolbarCacheContextsTest::$modules property core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php Modules to install.
ToolbarCacheContextsTest::$perms property core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php A list of default permissions for test users.
ToolbarCacheContextsTest::assertToolbarCacheContexts function core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php Tests that cache contexts are applied for both users.
ToolbarCacheContextsTest::installExtraModules function core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php Installs a given list of modules and rebuilds the cache.
ToolbarCacheContextsTest::setUp function core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php
ToolbarCacheContextsTest::testCacheIntegration function core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php Tests toolbar cache integration.
ToolbarCacheContextsTest::testToolbarCacheContextsCaller function core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php Tests toolbar cache contexts.
ToolbarClaroOverridesTest class core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php Tests the loading of Claro assets on a non-Claro default theme.
ToolbarClaroOverridesTest.php file core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php
ToolbarClaroOverridesTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php The theme to install as the default for testing.
ToolbarClaroOverridesTest::$modules property core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php Modules to install.
ToolbarClaroOverridesTest::$themeInstaller property core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php The theme installer used in this test for enabling themes.

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