Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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 enable.
ToolbarIntegrationTest::testToolbarToggling function core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php Tests if the toolbar can be toggled with JavaScript.
ToolbarLegacyTest class core/modules/toolbar/tests/src/Kernel/ToolbarLegacyTest.php Tests Toolbar module's legacy code.
ToolbarLegacyTest.php file core/modules/toolbar/tests/src/Kernel/ToolbarLegacyTest.php
ToolbarLegacyTest::$modules property core/modules/toolbar/tests/src/Kernel/ToolbarLegacyTest.php Modules to enable.
ToolbarLegacyTest::setUp function core/modules/toolbar/tests/src/Kernel/ToolbarLegacyTest.php
ToolbarLegacyTest::testDoGetRenderedSubtrees function core/modules/toolbar/tests/src/Kernel/ToolbarLegacyTest.php Tests _toolbar_do_get_rendered_subtrees() deprecation.
ToolbarLegacyTest::testPreRenderToolbarAdministrationTray function core/modules/toolbar/tests/src/Kernel/ToolbarLegacyTest.php Tests toolbar_prerender_toolbar_administration_tray() deprecation.
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.
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 enable.
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.
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
toolbar_disable_user_toolbar.module file core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.module Test module.
toolbar_disable_user_toolbar_toolbar_alter function core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.module Implements hook_toolbar_alter().
toolbar_get_rendered_subtrees function core/modules/toolbar/toolbar.module Returns the rendered subtree of each top-level toolbar link.
toolbar_menu_navigation_links function core/modules/toolbar/toolbar.module Adds toolbar-specific attributes to the menu link tree.
toolbar_preprocess_html function core/modules/toolbar/toolbar.module Implements hook_preprocess_HOOK() for HTML document templates.
toolbar_prerender_toolbar_administration_tray function core/modules/toolbar/toolbar.module Renders the toolbar's administration tray.
toolbar_test.info.yml file core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml
toolbar_test.module file core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module A dummy module to test API interaction with the Toolbar module.
toolbar_test_toolbar function core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module Implements hook_toolbar().
ToolkitGdTest class core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests that core image manipulations work properly: scale, resize, rotate,
crop, scale and crop, and desaturate.
ToolkitGdTest.php file core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$black property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$blue property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$fuchsia property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$green property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$height property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$imageFactory property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php The image factory service.
ToolkitGdTest::$modules property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Modules to enable.
ToolkitGdTest::$red property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$rotateTransparent property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$transparent property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$white property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$width property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$yellow property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::checkRequirements function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Check module requirements for the Drupal use case.
ToolkitGdTest::colorsAreEqual function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Function to compare two colors by RGBa.
ToolkitGdTest::getPixelColor function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Function for finding a pixel's RGBa values.

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