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. Search 11.x 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 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().
ToolbarHooks::__construct function core/modules/toolbar/src/Hook/ToolbarHooks.php ToolbarHooks constructor.
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

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