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
ToolbarItemConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConstraintValidator.php
ToolbarItemDependencyConstraint class core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemDependencyConstraint.php A CKEditor 5 toolbar item.
ToolbarItemDependencyConstraint.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemDependencyConstraint.php
ToolbarItemDependencyConstraint::$toolbarItem property core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemDependencyConstraint.php The toolbar item that this validation constraint requires to be enabled.
ToolbarItemDependencyConstraint::getRequiredOptions function core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemDependencyConstraint.php
ToolbarItemDependencyConstraint::__construct function core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemDependencyConstraint.php #[HasNamedArguments]
ToolbarItemDependencyConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemDependencyConstraintValidator.php Toolbar item dependency constraint validator.
ToolbarItemDependencyConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemDependencyConstraintValidator.php
ToolbarItemDependencyConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemDependencyConstraintValidator.php
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.
ToolbarLinkBuilderTest class core/modules/user/tests/src/Unit/ToolbarLinkBuilderTest.php Tests user's ToolbarLinkBuilder.
ToolbarLinkBuilderTest.php file core/modules/user/tests/src/Unit/ToolbarLinkBuilderTest.php
ToolbarLinkBuilderTest::testRenderDisplayName function core/modules/user/tests/src/Unit/ToolbarLinkBuilderTest.php Tests structure of display name render array.
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 install.
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.
ToolbarStoredStateTest class core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php Tests the sessionStorage state set by the toolbar.
ToolbarStoredStateTest.php file core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php
ToolbarStoredStateTest::$defaultTheme property core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php The theme to install as the default for testing.
ToolbarStoredStateTest::$modules property core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php Modules to install.
ToolbarStoredStateTest::testToolbarStoredState function core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php Tests different states of the toolbar.
ToolbarTestHooks class core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestHooks.php Hook implementations for toolbar_test.
ToolbarTestHooks.php file core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestHooks.php
ToolbarTestHooks::toolbar function core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestHooks.php Implements hook_toolbar().
ToolbarTestSetup class core/modules/toolbar/tests/src/Nightwatch/ToolbarTestSetup.php Sets up the site for testing the toolbar module.
ToolbarTestSetup.php file core/modules/toolbar/tests/src/Nightwatch/ToolbarTestSetup.php
ToolbarTestSetup::setup function core/modules/toolbar/tests/src/Nightwatch/ToolbarTestSetup.php Run the code to setup the test environment.
ToolbarTestThemeHooks class core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestThemeHooks.php Hook implementations for toolbar_test.
ToolbarTestThemeHooks.php file core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestThemeHooks.php
ToolbarTestThemeHooks::preprocessMenu function core/modules/toolbar/tests/modules/toolbar_test/src/Hook/ToolbarTestThemeHooks.php Implements hook_preprocess_HOOK().
ToolbarThemeHooks class core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Hook implementations for toolbar.
ToolbarThemeHooks.php file core/modules/toolbar/src/Hook/ToolbarThemeHooks.php
ToolbarThemeHooks::preprocessHtml function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Implements hook_preprocess_HOOK() for HTML document templates.
ToolbarThemeHooks::preprocessToolbar function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Prepares variables for administration toolbar templates.
ToolbarThemeHooks::theme function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php Implements hook_theme().
ToolbarThemeHooks::__construct function core/modules/toolbar/src/Hook/ToolbarThemeHooks.php
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

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