| Theme::getInstallDirectory |
function |
core/lib/Drupal/Core/Updater/Theme.php |
Returns the directory where a theme should be installed. |
| Theme::getRootDirectoryRelativePath |
function |
core/lib/Drupal/Core/Updater/Theme.php |
Returns the name of the root directory under which projects will be copied. |
| Theme::isInstalled |
function |
core/lib/Drupal/Core/Updater/Theme.php |
Checks if the project is installed. |
| Theme::listAllRegions |
function |
core/lib/Drupal/Core/Extension/Theme.php |
Lists all the theme's regions. |
| Theme::listVisibleRegions |
function |
core/lib/Drupal/Core/Extension/Theme.php |
Lists all the theme's visible regions. |
| Theme::__construct |
function |
core/lib/Drupal/Core/Extension/Theme.php |
Constructs a new Theme object. |
| Theme::__construct |
function |
core/lib/Drupal/Core/Updater/Theme.php |
Constructs a new updater. |
| ThemeAccessCheck |
class |
core/lib/Drupal/Core/Theme/ThemeAccessCheck.php |
Provides access checking for themes for routing and theme negotiation. |
| ThemeAccessCheck.php |
file |
core/lib/Drupal/Core/Theme/ThemeAccessCheck.php |
|
| ThemeAccessCheck::access |
function |
core/lib/Drupal/Core/Theme/ThemeAccessCheck.php |
Checks access to the theme for routing. |
| ThemeAccessCheck::checkAccess |
function |
core/lib/Drupal/Core/Theme/ThemeAccessCheck.php |
Indicates whether the theme is accessible based on whether it is installed. |
| ThemeAccessCheck::__construct |
function |
core/lib/Drupal/Core/Theme/ThemeAccessCheck.php |
Constructs a \Drupal\Core\Theme\Registry object. |
| ThemeAdminForm |
class |
core/modules/system/src/Form/ThemeAdminForm.php |
Form to select the administration theme. |
| ThemeAdminForm.php |
file |
core/modules/system/src/Form/ThemeAdminForm.php |
|
| ThemeAdminForm::buildForm |
function |
core/modules/system/src/Form/ThemeAdminForm.php |
Form constructor. |
| ThemeAdminForm::getEditableConfigNames |
function |
core/modules/system/src/Form/ThemeAdminForm.php |
Gets the configuration names that will be editable. |
| ThemeAdminForm::getFormId |
function |
core/modules/system/src/Form/ThemeAdminForm.php |
Returns a unique string identifying the form. |
| ThemeAdminForm::submitForm |
function |
core/modules/system/src/Form/ThemeAdminForm.php |
Form submission handler. |
| ThemeCacheContext |
class |
core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php |
Defines the ThemeCacheContext service, for "per theme" caching. |
| ThemeCacheContext.php |
file |
core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php |
|
| ThemeCacheContext::$themeManager |
property |
core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php |
The theme manager. |
| ThemeCacheContext::getCacheableMetadata |
function |
core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php |
Gets the cacheability metadata for the context. |
| ThemeCacheContext::getContext |
function |
core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php |
Returns the string representation of the cache context. |
| ThemeCacheContext::getLabel |
function |
core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php |
Returns the label of the cache context. |
| ThemeCacheContext::__construct |
function |
core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php |
Constructs a new ThemeCacheContext service. |
| ThemeClass |
class |
core/modules/system/tests/themes/test_theme/src/ThemeClass.php |
Represents a random class, used to test if themes can provide classes. |
| ThemeClass.php |
file |
core/modules/system/tests/themes/test_theme/src/ThemeClass.php |
|
| ThemeCommonElements |
class |
core/lib/Drupal/Core/Theme/ThemeCommonElements.php |
Provide common theme render elements. |
| ThemeCommonElements.php |
file |
core/lib/Drupal/Core/Theme/ThemeCommonElements.php |
|
| 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 |
|