| 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. |
| 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::subClassExtension |
function |
core/lib/Drupal/Core/Extension/ThemeExtensionList.php |
Allows subclasses to convert the extension into a specific subclass. |
| ThemeExtensionList::__construct |
function |
core/lib/Drupal/Core/Extension/ThemeExtensionList.php |
Constructs a new ThemeExtensionList instance. |
| ThemeExtensionListTest |
class |
core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php |
Tests Drupal\Core\Extension\ThemeExtensionList. |
| ThemeExtensionListTest |
class |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
Tests Drupal\Core\Extension\ThemeExtensionList. |
| ThemeExtensionListTest.php |
file |
core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php |
|
| ThemeExtensionListTest.php |
file |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
|
| ThemeExtensionListTest::providerTestDoGetBaseThemes |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
Provides test data for testDoGetBaseThemes. |
| ThemeExtensionListTest::testDoGetBaseThemes |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
Tests getting the base themes for a set of defined themes. |
| 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 |
Tests get list. |
| ThemeExtensionListTest::testRebuildThemeDataWithThemeParents |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
Tests rebuild the theme data with theme parents. |