Search for theme_
- Search 7.x for theme_
- Search 9.5.x for theme_
- Search 8.9.x for theme_
- Search 10.3.x for theme_
- Search 11.x for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ThemeController::install | function | core/ |
Installs a theme. |
| ThemeController::setDefaultTheme | function | core/ |
Set the default theme. |
| ThemeController::willInstallExperimentalTheme | function | core/ |
Checks if the given theme requires the installation of experimental themes. |
| ThemeController::__construct | function | core/ |
Constructs a new ThemeController. |
| ThemeDeprecationTest | class | core/ |
Tests theme deprecations. |
| ThemeDeprecationTest.php | file | core/ |
|
| ThemeDeprecationTest::$modules | property | core/ |
Modules to install. |
| ThemeDeprecationTest::testTemplatePreprocessIncludes | function | core/ |
Tests deprecations around template_preprocess functions and include files. |
| ThemeEarlyInitializationTest | class | core/ |
Tests theme system initialization early in the page request. |
| ThemeEarlyInitializationTest.php | file | core/ |
|
| ThemeEarlyInitializationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ThemeEarlyInitializationTest::$modules | property | core/ |
Modules to install. |
| ThemeEarlyInitializationTest::testRequestListener | function | core/ |
Tests that the theme system can generate output in a request listener. |
| ThemeEngineExtensionList | class | core/ |
Provides a list of available theme engines. |
| ThemeEngineExtensionList.php | file | core/ |
|
| ThemeEngineExtensionList::$defaults | property | core/ |
Default values to be merged into *.info.yml file arrays. |
| ThemeEngineExtensionList::getInstalledExtensionNames | function | core/ |
Returns a list of machine names of installed extensions. |
| ThemeEngineExtensionListTest | class | core/ |
Tests Drupal\Core\Extension\ThemeEngineExtensionList. |
| ThemeEngineExtensionListTest.php | file | core/ |
|
| ThemeEngineExtensionListTest::testGetList | function | core/ |
Tests get list. |
| ThemeEngineInterface | interface | core/ |
Defines an interface for a theme engine. |
| ThemeEngineInterface.php | file | core/ |
|
| ThemeEngineInterface::renderTemplate | function | core/ |
Renders a template. |
| ThemeEngineInterface::theme | function | core/ |
Registers templates that belong to the theme engine. |
| ThemeEngineTest | class | core/ |
Tests theme engine functionality. |
| ThemeEngineTest.php | file | core/ |
|
| ThemeEngineTest::setUp | function | core/ |
|
| ThemeEngineTest::testThemeEngineDeprecation | function | core/ |
Tests deprecated theme engine .engine files. |
| 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 the implementing class using autowiring. |
| 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::$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. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.