Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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::announcementsFeedToolbar function core/modules/toolbar/src/Hook/ToolbarHooks.php
ToolbarHooks::contextualToolbar function core/modules/toolbar/src/Hook/ToolbarHooks.php
ToolbarHooks::demoUmamiToolbar function 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::userToolbar function core/modules/toolbar/src/Hook/ToolbarHooks.php
ToolbarHooks::workspacesUiToolbar function core/modules/toolbar/src/Hook/ToolbarHooks.php
ToolbarHooks::__construct function core/modules/toolbar/src/Hook/ToolbarHooks.php
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.
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
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.
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

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