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
ToolbarClaroOverridesTest::$themeManager property core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php The theme manager.
ToolbarClaroOverridesTest::setUp function core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php
ToolbarClaroOverridesTest::testClaroAssets function core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php Confirm Claro assets load on a non-Claro default theme.
ToolbarController class core/modules/toolbar/src/Controller/ToolbarController.php Defines a controller for the toolbar module.
ToolbarController.php file core/modules/toolbar/src/Controller/ToolbarController.php
ToolbarController::checkSubTreeAccess function core/modules/toolbar/src/Controller/ToolbarController.php Checks access for the subtree controller.
ToolbarController::preRenderAdministrationTray function core/modules/toolbar/src/Controller/ToolbarController.php Renders the toolbar's administration tray.
ToolbarController::preRenderGetRenderedSubtrees function core/modules/toolbar/src/Controller/ToolbarController.php Render API callback: Prepares the subtrees.
ToolbarController::subtreesAjax function core/modules/toolbar/src/Controller/ToolbarController.php Returns an AJAX response to render the toolbar subtrees.
ToolbarController::trustedCallbacks function core/modules/toolbar/src/Controller/ToolbarController.php Lists the trusted callbacks provided by the implementing class.
ToolbarController::__construct function core/modules/toolbar/src/Controller/ToolbarController.php Constructs a ToolbarController object.
ToolbarDisableUserToolbarHooks class core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/src/Hook/ToolbarDisableUserToolbarHooks.php Hook implementations for toolbar_disable_user_toolbar.
ToolbarDisableUserToolbarHooks.php file core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/src/Hook/ToolbarDisableUserToolbarHooks.php
ToolbarDisableUserToolbarHooks::toolbarAlter function core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/src/Hook/ToolbarDisableUserToolbarHooks.php Implements hook_toolbar_alter().
ToolbarHooks class core/modules/toolbar/src/Hook/ToolbarHooks.php Hook implementations for toolbar.
ToolbarHooks.php file core/modules/toolbar/src/Hook/ToolbarHooks.php
ToolbarHooks::help function core/modules/toolbar/src/Hook/ToolbarHooks.php Implements hook_help().
ToolbarHooks::pageTop function core/modules/toolbar/src/Hook/ToolbarHooks.php Implements hook_page_top().
ToolbarHooks::toolbar function core/modules/toolbar/src/Hook/ToolbarHooks.php Implements hook_toolbar().
ToolbarHookToolbarTest class core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php Tests the implementation of hook_toolbar() by a module.
ToolbarHookToolbarTest.php file core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php
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 install.
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 install.
ToolbarIntegrationTest::testEmptyTray function core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php Tests that the orientation toggle is not shown for empty toolbar items.
ToolbarIntegrationTest::testToolbarToggling function core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php Tests if the toolbar can be toggled with JavaScript.
ToolbarIntegrationTest::waitAndAssertAriaPressedState function core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php Asserts that an element's `aria-pressed` attribute matches expected state.
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.
ToolbarItemConditionsMetConstraint class core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php A (placed) CKEditor 5 toolbar item's conditions must be met.
ToolbarItemConditionsMetConstraint.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php
ToolbarItemConditionsMetConstraint::__construct function core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php
ToolbarItemConditionsMetConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraintValidator.php Toolbar item conditions met constraint validator.
ToolbarItemConditionsMetConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraintValidator.php
ToolbarItemConditionsMetConstraintValidator::findDefinitionForToolbarItem function core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraintValidator.php Searches for CKEditor 5 plugin that provides a given toolbar item.
ToolbarItemConditionsMetConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraintValidator.php
ToolbarItemConstraint class core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConstraint.php A CKEditor 5 toolbar item.
ToolbarItemConstraint.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConstraint.php
ToolbarItemConstraint::__construct function core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConstraint.php #[HasNamedArguments]
ToolbarItemConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConstraintValidator.php Toolbar item constraint validator.
ToolbarItemConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConstraintValidator.php
ToolbarItemConstraintValidator::isValidToolbarItem function core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConstraintValidator.php Validates the given toolbar item.

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