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 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
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.
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 #pre_render callback for toolbar_get_rendered_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.
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.
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::$filterRequiredMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php The violation message when a required filter is missing.
ToolbarItemConditionsMetConstraint::$imageUploadStatusRequiredMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php The violation message when the required image upload status is not set.
ToolbarItemConditionsMetConstraint::$multipleMissingRequiredPluginMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php The violation message when >1 required plugin is missing.
ToolbarItemConditionsMetConstraint::$singleMissingRequiredPluginMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php The violation message when 1 required plugin is missing.
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::$message property core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConstraint.php The default violation message.

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