Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
ToolbarHookToolbarTest::$adminUser property core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php A user with permission to access the administrative toolbar.
ToolbarHookToolbarTest::$defaultTheme property core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php The theme to install as the default for testing.
ToolbarHookToolbarTest::$modules property core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php Modules to enable.
ToolbarHookToolbarTest::setUp function core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php
ToolbarHookToolbarTest::testHookToolbar function core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php Tests for a tab and tray provided by a module implementing hook_toolbar().
ToolbarIntegrationTest class core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php Tests the JavaScript functionality of the toolbar.
ToolbarIntegrationTest.php file core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php
ToolbarIntegrationTest::$defaultTheme property core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php The theme to install as the default for testing.
ToolbarIntegrationTest::$modules property core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php Modules to enable.
ToolbarIntegrationTest::testToolbarToggling function core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php Tests if the toolbar can be toggled with JavaScript.
ToolbarItem class core/modules/toolbar/src/Element/ToolbarItem.php Provides a toolbar item that is wrapped in markup for common styling.
ToolbarItem.php file core/modules/toolbar/src/Element/ToolbarItem.php
ToolbarItem::getInfo function core/modules/toolbar/src/Element/ToolbarItem.php Returns the element properties for this element.
ToolbarItem::preRenderToolbarItem function core/modules/toolbar/src/Element/ToolbarItem.php Provides markup for associating a tray trigger with a tray element.
ToolbarLegacyTest class core/modules/toolbar/tests/src/Kernel/ToolbarLegacyTest.php Tests Toolbar module's legacy code.
ToolbarLegacyTest.php file core/modules/toolbar/tests/src/Kernel/ToolbarLegacyTest.php
ToolbarLegacyTest::$modules property core/modules/toolbar/tests/src/Kernel/ToolbarLegacyTest.php Modules to enable.
ToolbarLegacyTest::setUp function core/modules/toolbar/tests/src/Kernel/ToolbarLegacyTest.php
ToolbarLegacyTest::testDoGetRenderedSubtrees function core/modules/toolbar/tests/src/Kernel/ToolbarLegacyTest.php Tests _toolbar_do_get_rendered_subtrees() deprecation.
ToolbarLegacyTest::testPreRenderToolbarAdministrationTray function core/modules/toolbar/tests/src/Kernel/ToolbarLegacyTest.php Tests toolbar_prerender_toolbar_administration_tray() deprecation.
ToolbarLinkBuilder class core/modules/user/src/ToolbarLinkBuilder.php ToolbarLinkBuilder fills out the placeholders generated in user_toolbar().
ToolbarLinkBuilder.php file core/modules/user/src/ToolbarLinkBuilder.php
ToolbarLinkBuilder::$account property core/modules/user/src/ToolbarLinkBuilder.php The current user.
ToolbarLinkBuilder::renderDisplayName function core/modules/user/src/ToolbarLinkBuilder.php Lazy builder callback for rendering the username.
ToolbarLinkBuilder::renderToolbarLinks function core/modules/user/src/ToolbarLinkBuilder.php Lazy builder callback for rendering toolbar links.
ToolbarLinkBuilder::trustedCallbacks function core/modules/user/src/ToolbarLinkBuilder.php Lists the trusted callbacks provided by the implementing class.
ToolbarLinkBuilder::__construct function core/modules/user/src/ToolbarLinkBuilder.php ToolbarHandler constructor.
ToolbarMenuLinkTree class core/modules/toolbar/src/Menu/ToolbarMenuLinkTree.php Extends MenuLinkTree to add specific theme suggestions for the toolbar.
ToolbarMenuLinkTree.php file core/modules/toolbar/src/Menu/ToolbarMenuLinkTree.php
ToolbarMenuLinkTree::build function core/modules/toolbar/src/Menu/ToolbarMenuLinkTree.php Builds a renderable array from a menu tree.
ToolbarMenuTranslationTest class core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php Tests that the toolbar icon class remains for translated menu items.
ToolbarMenuTranslationTest.php file core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php
ToolbarMenuTranslationTest::$adminUser property core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php A user with permission to access the administrative toolbar.
ToolbarMenuTranslationTest::$defaultTheme property core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php The theme to install as the default for testing.
ToolbarMenuTranslationTest::$modules property core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php Modules to enable.
ToolbarMenuTranslationTest::setUp function core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php
ToolbarMenuTranslationTest::testToolbarClasses function core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php Tests that toolbar classes don't change when adding a translation.
toolbar_disable_user_toolbar.info.yml file core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.info.yml core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.info.yml
toolbar_disable_user_toolbar.module file core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.module Test module.
toolbar_disable_user_toolbar_toolbar_alter function core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.module Implements hook_toolbar_alter().
toolbar_get_rendered_subtrees function core/modules/toolbar/toolbar.module Returns the rendered subtree of each top-level toolbar link.
toolbar_help function core/modules/toolbar/toolbar.module Implements hook_help().
toolbar_menu_navigation_links function core/modules/toolbar/toolbar.module Adds toolbar-specific attributes to the menu link tree.
toolbar_page_top function core/modules/toolbar/toolbar.module Implements hook_page_top().
toolbar_preprocess_html function core/modules/toolbar/toolbar.module Implements hook_preprocess_HOOK() for HTML document templates.
toolbar_prerender_toolbar_administration_tray function core/modules/toolbar/toolbar.module Renders the toolbar's administration tray.
toolbar_test.info.yml file core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml
toolbar_test.module file core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module A dummy module to test API interaction with the Toolbar module.
toolbar_test_toolbar function core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module Implements hook_toolbar().
toolbar_theme function core/modules/toolbar/toolbar.module Implements hook_theme().

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