Search for theme

  1. Search 7.x for theme
  2. Search 9.5.x for theme
  3. Search 8.9.x for theme
  4. Search 10.3.x for theme
  5. Search main for theme
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Theme class core/lib/Drupal/Core/Updater/Theme.php Defines a class for updating themes.
Theme class core/lib/Drupal/Core/Extension/Theme.php The Theme extension object.

All search results

Title Object type File name Summary
ThemeCommonElements::commonElements function core/lib/Drupal/Core/Theme/ThemeCommonElements.php Base theme array.
ThemeController class core/modules/system/src/Controller/ThemeController.php Controller for theme handling.
ThemeController.php file core/modules/system/src/Controller/ThemeController.php
ThemeController::$themeHandler property core/modules/system/src/Controller/ThemeController.php The theme handler service.
ThemeController::$themeInstaller property core/modules/system/src/Controller/ThemeController.php The theme installer service.
ThemeController::$themeList property core/modules/system/src/Controller/ThemeController.php An extension discovery instance.
ThemeController::install function core/modules/system/src/Controller/ThemeController.php Installs a theme.
ThemeController::setDefaultTheme function core/modules/system/src/Controller/ThemeController.php Set the default theme.
ThemeController::willInstallExperimentalTheme function core/modules/system/src/Controller/ThemeController.php Checks if the given theme requires the installation of experimental themes.
ThemeController::__construct function core/modules/system/src/Controller/ThemeController.php Constructs a new ThemeController.
ThemeDeprecationTest class core/modules/system/tests/src/Kernel/Theme/ThemeDeprecationTest.php Tests theme deprecations.
ThemeDeprecationTest.php file core/modules/system/tests/src/Kernel/Theme/ThemeDeprecationTest.php
ThemeDeprecationTest::$modules property core/modules/system/tests/src/Kernel/Theme/ThemeDeprecationTest.php Modules to install.
ThemeDeprecationTest::testTemplatePreprocessIncludes function core/modules/system/tests/src/Kernel/Theme/ThemeDeprecationTest.php Tests deprecations around template_preprocess functions and include files.
ThemeEarlyInitializationTest class core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php Tests theme system initialization early in the page request.
ThemeEarlyInitializationTest.php file core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php
ThemeEarlyInitializationTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php The theme to install as the default for testing.
ThemeEarlyInitializationTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php Modules to install.
ThemeEarlyInitializationTest::testRequestListener function core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php Tests that the theme system can generate output in a request listener.
ThemeEngineExtensionList class core/lib/Drupal/Core/Extension/ThemeEngineExtensionList.php Provides a list of available theme engines.
ThemeEngineExtensionList.php file core/lib/Drupal/Core/Extension/ThemeEngineExtensionList.php
ThemeEngineExtensionList::$defaults property core/lib/Drupal/Core/Extension/ThemeEngineExtensionList.php Default values to be merged into *.info.yml file arrays.
ThemeEngineExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ThemeEngineExtensionList.php Returns a list of machine names of installed extensions.
ThemeEngineExtensionListTest class core/tests/Drupal/KernelTests/Core/Extension/ThemeEngineExtensionListTest.php Tests Drupal\Core\Extension\ThemeEngineExtensionList.
ThemeEngineExtensionListTest.php file core/tests/Drupal/KernelTests/Core/Extension/ThemeEngineExtensionListTest.php
ThemeEngineExtensionListTest::testGetList function core/tests/Drupal/KernelTests/Core/Extension/ThemeEngineExtensionListTest.php Tests get list.
ThemeEngineInterface interface core/lib/Drupal/Core/Theme/ThemeEngineInterface.php Defines an interface for a theme engine.
ThemeEngineInterface.php file core/lib/Drupal/Core/Theme/ThemeEngineInterface.php
ThemeEngineInterface::renderTemplate function core/lib/Drupal/Core/Theme/ThemeEngineInterface.php Renders a template.
ThemeEngineInterface::theme function core/lib/Drupal/Core/Theme/ThemeEngineInterface.php Registers templates that belong to the theme engine.
ThemeEngineTest class core/modules/system/tests/src/Kernel/Theme/ThemeEngineTest.php Tests theme engine functionality.
ThemeEngineTest.php file core/modules/system/tests/src/Kernel/Theme/ThemeEngineTest.php
ThemeEngineTest::setUp function core/modules/system/tests/src/Kernel/Theme/ThemeEngineTest.php
ThemeEngineTest::testThemeEngineDeprecation function core/modules/system/tests/src/Kernel/Theme/ThemeEngineTest.php Tests deprecated theme engine .engine files.
ThemeExperimentalConfirmForm class core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Builds a confirmation form for enabling experimental themes.
ThemeExperimentalConfirmForm.php file core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
ThemeExperimentalConfirmForm::$themeInstaller property core/modules/system/src/Form/ThemeExperimentalConfirmForm.php The theme installer service.
ThemeExperimentalConfirmForm::$themeList property core/modules/system/src/Form/ThemeExperimentalConfirmForm.php An extension discovery instance.
ThemeExperimentalConfirmForm::buildForm function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Form constructor.
ThemeExperimentalConfirmForm::create function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Instantiates a new instance of the implementing class using autowiring.
ThemeExperimentalConfirmForm::getCancelUrl function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns the route to go to if the user cancels the action.
ThemeExperimentalConfirmForm::getConfirmText function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns a caption for the button that confirms the action.
ThemeExperimentalConfirmForm::getDescription function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns additional text to display as a description.
ThemeExperimentalConfirmForm::getFormId function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns a unique string identifying the form.
ThemeExperimentalConfirmForm::getQuestion function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns the question to ask the user.
ThemeExperimentalConfirmForm::submitForm function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Form submission handler.
ThemeExperimentalConfirmForm::__construct function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Constructs a ThemeExperimentalConfirmForm object.
ThemeExtensionList class core/lib/Drupal/Core/Extension/ThemeExtensionList.php Provides a list of available themes.
ThemeExtensionList.php file core/lib/Drupal/Core/Extension/ThemeExtensionList.php
ThemeExtensionList::$configFactory property core/lib/Drupal/Core/Extension/ThemeExtensionList.php The config factory.

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