Search for theme_
- Search 7.x for theme_
- Search 9.5.x for theme_
- Search 8.9.x for theme_
- Search 11.x for theme_
- Search main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ThemeEngineExtensionListTest.php | file | core/ |
|
| ThemeEngineExtensionListTest::testGetList | function | core/ |
@covers ::getList[[api-linebreak]] |
| ThemeExperimentalConfirmForm | class | core/ |
Builds a confirmation form for enabling experimental themes. |
| ThemeExperimentalConfirmForm.php | file | core/ |
|
| ThemeExperimentalConfirmForm::$themeInstaller | property | core/ |
The theme installer service. |
| ThemeExperimentalConfirmForm::$themeList | property | core/ |
An extension discovery instance. |
| ThemeExperimentalConfirmForm::buildForm | function | core/ |
Form constructor. |
| ThemeExperimentalConfirmForm::create | function | core/ |
Instantiates a new instance of this class. |
| ThemeExperimentalConfirmForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| ThemeExperimentalConfirmForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| ThemeExperimentalConfirmForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| ThemeExperimentalConfirmForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ThemeExperimentalConfirmForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| ThemeExperimentalConfirmForm::submitForm | function | core/ |
Form submission handler. |
| ThemeExperimentalConfirmForm::__construct | function | core/ |
Constructs a ThemeExperimentalConfirmForm object. |
| ThemeExtensionList | class | core/ |
Provides a list of available themes. |
| ThemeExtensionList.php | file | core/ |
|
| ThemeExtensionList::$configFactory | property | core/ |
The config factory. |
| ThemeExtensionList::$defaults | property | core/ |
Default values to be merged into *.info.yml file arrays. |
| ThemeExtensionList::$engineList | property | core/ |
The theme engine list needed by this theme list. |
| ThemeExtensionList::$installedThemes | property | core/ |
The list of installed themes. |
| ThemeExtensionList::createExtensionInfo | function | core/ |
Creates the info value for an extension object. |
| ThemeExtensionList::doGetBaseThemes | function | core/ |
Finds the base themes for the specific theme. |
| ThemeExtensionList::doList | function | core/ |
Builds the list of extensions. |
| ThemeExtensionList::fillInSubThemeData | function | core/ |
Fills in data for themes that are also sub-themes. |
| ThemeExtensionList::getBaseThemes | function | core/ |
Finds all the base themes for the specified theme. |
| ThemeExtensionList::getInstalledExtensionNames | function | core/ |
Returns a list of machine names of installed extensions. |
| ThemeExtensionList::reset | function | core/ |
Resets the stored extension list. |
| ThemeExtensionList::__construct | function | core/ |
Constructs a new ThemeExtensionList instance. |
| ThemeExtensionListTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\ThemeExtensionList[[api-linebreak]] @group Extension |
| ThemeExtensionListTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\ThemeExtensionList[[api-linebreak]] @group Extension |
| ThemeExtensionListTest.php | file | core/ |
|
| ThemeExtensionListTest.php | file | core/ |
|
| ThemeExtensionListTest::providerTestDoGetBaseThemes | function | core/ |
Provides test data for testDoGetBaseThemes. |
| ThemeExtensionListTest::testDoGetBaseThemes | function | core/ |
Tests getting the base themes for a set of defined themes. |
| ThemeExtensionListTest::testGetBaseThemes | function | core/ |
Tests getting the base themes for a set a defines themes. |
| ThemeExtensionListTest::testGetList | function | core/ |
@covers ::getList[[api-linebreak]] |
| ThemeExtensionListTest::testRebuildThemeDataWithThemeParents | function | core/ |
Tests rebuild the theme data with theme parents. |
| ThemeExtensionListTest::testThemeWithoutVersion | function | core/ |
Tests that themes have an empty default version set. |
| ThemeHandler | class | core/ |
Default theme handler using the config system to store installation statuses. |
| ThemeHandler.php | file | core/ |
|
| ThemeHandler::$configFactory | property | core/ |
The config factory to get the installed themes. |
| ThemeHandler::$list | property | core/ |
A list of all currently available themes. |
| ThemeHandler::$root | property | core/ |
The app root. |
| ThemeHandler::$themeList | property | core/ |
An extension discovery instance. |
| ThemeHandler::addTheme | function | core/ |
Adds a theme extension to the internal listing. |
| ThemeHandler::getBaseThemes | function | core/ |
Finds all the base themes for the specified theme. |
| ThemeHandler::getDefault | function | core/ |
Returns the default theme. |
| ThemeHandler::getName | function | core/ |
Gets the human readable name of a given theme. |
| ThemeHandler::getTheme | function | core/ |
Returns a theme extension object from the currently active theme list. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.