Search for theme_

  1. Search 7.x for theme_
  2. Search 9.5.x for theme_
  3. Search 10.3.x for theme_
  4. Search 11.x for theme_
  5. Search main for theme_
  6. Other projects
Title Object type File name Summary
ThemeInstallerTest::testInstallNameTooLong function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a theme with a too long name.
ThemeInstallerTest::testInstallNonExisting function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a non-existing theme.
ThemeInstallerTest::testInstallSubTheme function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a sub-theme.
ThemeInstallerTest::testInstallThemeWithMetModuleDependencies function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a theme with module dependencies that are met.
ThemeInstallerTest::testInstallThemeWithUnmetModuleDependencies function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a theme with unmet module dependencies.
ThemeInstallerTest::testThemeInfoAlter function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests that theme info can be altered by a module.
ThemeInstallerTest::testUninstall function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a theme.
ThemeInstallerTest::testUninstallAdmin function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling the admin theme.
ThemeInstallerTest::testUninstallBaseBeforeSubTheme function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a base theme before its sub-theme.
ThemeInstallerTest::testUninstallDefault function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling the default theme.
ThemeInstallerTest::testUninstallNonExisting function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a non-existing theme.
ThemeInstallerTest::testUninstallNotInstalled function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a theme that is not installed.
ThemeInstallerTest::testUninstallSubTheme function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a sub-theme.
ThemeInstallerTest::themeHandler function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Returns the theme handler service.
ThemeInstallerTest::themeInstaller function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Returns the theme installer service.
ThemeLegacyTest class core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php Tests legacy theme functions.
ThemeLegacyTest.php file core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php
ThemeLegacyTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php The theme to install as the default for testing.
ThemeLegacyTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php Modules to enable.
ThemeLegacyTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php
ThemeLegacyTest::testFunctionOverride function core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php Ensures a theme template can override a theme function.
ThemeLegacyTest::testSuggestionsAlterInclude function core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php Tests that theme suggestion alter hooks work with theme hook includes.
ThemeLegacyTest::testThemeFunctionSuggestionsAlter function core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php Tests that theme suggestion alter hooks work for theme functions.
ThemeLocalTask class core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php Provides dynamic tabs based on active themes.
ThemeLocalTask class core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php Provides dynamic tabs based on active themes.
ThemeLocalTask.php file core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php
ThemeLocalTask.php file core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php
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.
ThemeLocalTask::create function core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php Creates a new class instance.
ThemeLocalTask::create function core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php Creates a new class instance.
ThemeLocalTask::getDerivativeDefinitions function core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php Gets the definition of all derivatives of a base plugin.
ThemeLocalTask::getDerivativeDefinitions function core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php Gets the definition of all derivatives of a base plugin.
ThemeLocalTask::__construct function core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php Constructs a new ThemeLocalTask.
ThemeLocalTask::__construct function core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php Constructs a new ThemeLocalTask instance.
ThemeManager class core/lib/Drupal/Core/Theme/ThemeManager.php Provides the default implementation of a theme manager.
ThemeManager.php file core/lib/Drupal/Core/Theme/ThemeManager.php
ThemeManager::$activeTheme property core/lib/Drupal/Core/Theme/ThemeManager.php Contains the current active theme.
ThemeManager::$moduleHandler property core/lib/Drupal/Core/Theme/ThemeManager.php The module handler.
ThemeManager::$root property core/lib/Drupal/Core/Theme/ThemeManager.php The app root.
ThemeManager::$themeInitialization property core/lib/Drupal/Core/Theme/ThemeManager.php The theme initialization.
ThemeManager::$themeNegotiator property core/lib/Drupal/Core/Theme/ThemeManager.php The theme negotiator.
ThemeManager::$themeRegistry property core/lib/Drupal/Core/Theme/ThemeManager.php The theme registry used to render an output.
ThemeManager::alter function core/lib/Drupal/Core/Theme/ThemeManager.php Passes alterable variables to specific $theme_TYPE_alter() implementations.
ThemeManager::alterForTheme function core/lib/Drupal/Core/Theme/ThemeManager.php @todo Should we cache some of these information?
ThemeManager::getActiveTheme function core/lib/Drupal/Core/Theme/ThemeManager.php Returns the active theme object.
ThemeManager::hasActiveTheme function core/lib/Drupal/Core/Theme/ThemeManager.php Determines whether there is an active theme.
ThemeManager::initTheme function core/lib/Drupal/Core/Theme/ThemeManager.php Initializes the active theme for a given route match.
ThemeManager::render function core/lib/Drupal/Core/Theme/ThemeManager.php Generates themed output.
ThemeManager::resetActiveTheme function core/lib/Drupal/Core/Theme/ThemeManager.php Resets the current active theme.

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