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
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 this class.
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.
ThemeExtensionList::$defaults property core/lib/Drupal/Core/Extension/ThemeExtensionList.php Default values to be merged into *.info.yml file arrays.
ThemeExtensionList::$engineList property core/lib/Drupal/Core/Extension/ThemeExtensionList.php The theme engine list needed by this theme list.
ThemeExtensionList::$installedThemes property core/lib/Drupal/Core/Extension/ThemeExtensionList.php The list of installed themes.
ThemeExtensionList::createExtensionInfo function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Creates the info value for an extension object.
ThemeExtensionList::doGetBaseThemes function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Finds the base themes for the specific theme.
ThemeExtensionList::doList function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Builds the list of extensions.
ThemeExtensionList::fillInSubThemeData function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Fills in data for themes that are also sub-themes.
ThemeExtensionList::getBaseThemes function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Finds all the base themes for the specified theme.
ThemeExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Returns a list of machine names of installed extensions.
ThemeExtensionList::reset function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Resets the stored extension list.
ThemeExtensionList::__construct function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Constructs a new ThemeExtensionList instance.
ThemeExtensionListTest class core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php @coversDefaultClass \Drupal\Core\Extension\ThemeExtensionList[[api-linebreak]]
@group Extension
ThemeExtensionListTest class core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php @coversDefaultClass \Drupal\Core\Extension\ThemeExtensionList[[api-linebreak]]
@group Extension
ThemeExtensionListTest.php file core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php
ThemeExtensionListTest.php file core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php
ThemeExtensionListTest::providerTestGetBaseThemes function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Provides test data for testGetBaseThemes.
ThemeExtensionListTest::testGetBaseThemes function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Tests getting the base themes for a set a defines themes.
ThemeExtensionListTest::testGetlist function core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php @covers ::getList[[api-linebreak]]
ThemeExtensionListTest::testRebuildThemeDataWithThemeParents function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Tests rebuild the theme data with theme parents.
ThemeExtensionListTest::testThemeWithoutVersion function core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php Tests that themes have an empty default version set.
ThemeHandler class core/lib/Drupal/Core/Extension/ThemeHandler.php Default theme handler using the config system to store installation statuses.
ThemeHandler.php file core/lib/Drupal/Core/Extension/ThemeHandler.php
ThemeHandler::$configFactory property core/lib/Drupal/Core/Extension/ThemeHandler.php The config factory to get the installed themes.
ThemeHandler::$list property core/lib/Drupal/Core/Extension/ThemeHandler.php A list of all currently available themes.
ThemeHandler::$root property core/lib/Drupal/Core/Extension/ThemeHandler.php The app root.
ThemeHandler::$themeList property core/lib/Drupal/Core/Extension/ThemeHandler.php An extension discovery instance.
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::install function core/lib/Drupal/Core/Extension/ThemeHandler.php Installs a given list of themes.
ThemeHandler::listInfo function core/lib/Drupal/Core/Extension/ThemeHandler.php Returns a list of currently installed themes.

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