Search for handle

  1. Search 7.x for handle
  2. Search 9.5.x for handle
  3. Search 8.9.x for handle
  4. Search 10.3.x for handle
  5. Other projects
Title Object type File name Summary
ThemeHandler::addTheme function core/lib/Drupal/Core/Extension/ThemeHandler.php Adds a theme extension to the internal listing.
ThemeHandler::getBaseThemes function core/lib/Drupal/Core/Extension/ThemeHandler.php Finds all the base themes for the specified theme.
ThemeHandler::getDefault function core/lib/Drupal/Core/Extension/ThemeHandler.php Returns the default theme.
ThemeHandler::getName function core/lib/Drupal/Core/Extension/ThemeHandler.php Gets the human readable name of a given theme.
ThemeHandler::getTheme function core/lib/Drupal/Core/Extension/ThemeHandler.php Returns a theme extension object from the currently active theme list.
ThemeHandler::getThemeDirectories function core/lib/Drupal/Core/Extension/ThemeHandler.php Returns an array of directories for all installed themes.
ThemeHandler::hasUi function core/lib/Drupal/Core/Extension/ThemeHandler.php Determines if a theme should be shown in the user interface.
ThemeHandler::listInfo function core/lib/Drupal/Core/Extension/ThemeHandler.php Returns a list of currently installed themes.
ThemeHandler::rebuildThemeData function core/lib/Drupal/Core/Extension/ThemeHandler.php Scans and collects theme extension data and their engines.
ThemeHandler::refreshInfo function core/lib/Drupal/Core/Extension/ThemeHandler.php Refreshes the theme info data of currently installed themes.
ThemeHandler::reset function core/lib/Drupal/Core/Extension/ThemeHandler.php Resets the internal state of the theme handler.
ThemeHandler::themeExists function core/lib/Drupal/Core/Extension/ThemeHandler.php Determines whether a given theme is installed.
ThemeHandler::__construct function core/lib/Drupal/Core/Extension/ThemeHandler.php Constructs a new ThemeHandler.
ThemeHandlerInterface interface core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Manages the list of available themes.
ThemeHandlerInterface.php file core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php
ThemeHandlerInterface::addTheme function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Adds a theme extension to the internal listing.
ThemeHandlerInterface::getBaseThemes function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Finds all the base themes for the specified theme.
ThemeHandlerInterface::getDefault function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Returns the default theme.
ThemeHandlerInterface::getName function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Gets the human readable name of a given theme.
ThemeHandlerInterface::getTheme function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Returns a theme extension object from the currently active theme list.
ThemeHandlerInterface::getThemeDirectories function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Returns an array of directories for all installed themes.
ThemeHandlerInterface::hasUi function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Determines if a theme should be shown in the user interface.
ThemeHandlerInterface::listInfo function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Returns a list of currently installed themes.
ThemeHandlerInterface::rebuildThemeData function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Scans and collects theme extension data and their engines.
ThemeHandlerInterface::refreshInfo function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Refreshes the theme info data of currently installed themes.
ThemeHandlerInterface::reset function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Resets the internal state of the theme handler.
ThemeHandlerInterface::themeExists function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Determines whether a given theme is installed.
ThemeHandlerTest class core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php @coversDefaultClass \Drupal\Core\Extension\ThemeHandler[[api-linebreak]]
@group Extension
ThemeHandlerTest.php file core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
ThemeHandlerTest::$configFactory property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php The mocked config factory.
ThemeHandlerTest::$themeHandler property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php The tested theme handler.
ThemeHandlerTest::$themeList property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php The theme listing service.
ThemeHandlerTest::setUp function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
ThemeHandlerTest::testMissingTheme function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Test that a missing theme doesn't break ThemeHandler::listInfo().
ThemeHandlerTest::testRebuildThemeData function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Tests rebuilding the theme data.
ThemeHandlerTest::testThemeLibrariesEmpty function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Tests empty libraries in theme.info.yml file.
ThemeInitialization::$moduleHandler property core/lib/Drupal/Core/Theme/ThemeInitialization.php The module handler.
ThemeInitialization::$themeHandler property core/lib/Drupal/Core/Theme/ThemeInitialization.php The theme handler.
ThemeInstallerTest::moduleHandler function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Returns the ModuleHandler.
ThemeInstallerTest::themeHandler function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Returns the theme handler service.
ThemeLocalTask::$themeHandler property core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php The theme handler.
ThemeLocalTask::$themeHandler property core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php The theme handler.
ThemeManager::$moduleHandler property core/lib/Drupal/Core/Theme/ThemeManager.php The module handler.
ThemeSettingsForm::$moduleHandler property core/modules/system/src/Form/ThemeSettingsForm.php The module handler.
ThemeSettingsForm::$themeHandler property core/modules/system/src/Form/ThemeSettingsForm.php The theme handler.
ThemeSettingsFormTest::providerTestFormSettingsSubmissionHandler function core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php Provides test data for ::testFormSettingsSubmissionHandler().
ThemeSettingsFormTest::testFormSettingsSubmissionHandler function core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php Tests that submission handler works correctly.
theme_handler service core/core.services.yml Drupal\Core\Extension\ThemeHandler
Token::$moduleHandler property core/lib/Drupal/Core/Utility/Token.php The module handler service.
TokenTest::$moduleHandler property core/tests/Drupal/Tests/Core/Utility/TokenTest.php The module handler service used for testing.

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