| ThemeInstallerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
|
| ThemeInstallerTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Modules to install. |
| ThemeInstallerTest::extensionConfig |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Returns the system.theme config object. |
| ThemeInstallerTest::extensionListTheme |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Returns the ThemeExtensionList. |
| ThemeInstallerTest::moduleHandler |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Returns the ModuleHandler. |
| ThemeInstallerTest::moduleInstaller |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Returns the ModuleInstaller. |
| ThemeInstallerTest::providerTestInstallThemeWithUnmetModuleDependencies |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Data provider for testInstallThemeWithUnmetModuleDependencies(). |
| ThemeInstallerTest::register |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Registers test-specific services. |
| ThemeInstallerTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
|
| ThemeInstallerTest::testEmpty |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Verifies that no themes are installed by default. |
| ThemeInstallerTest::testInstall |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests installing a theme. |
| ThemeInstallerTest::testInstallDeprecated |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests trying to install a deprecated theme. |
| ThemeInstallerTest::testInstallNameTooLong |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests installing a theme with a too long name. |
| ThemeInstallerTest::testInstallNonExisting |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests installing a non-existing theme. |
| ThemeInstallerTest::testInstallSubTheme |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests installing a sub-theme. |
| ThemeInstallerTest::testInstallThemeSameNameAsModule |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests installing a theme with the same name as an enabled module. |
| ThemeInstallerTest::testInstallThemeWithMetModuleDependencies |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests installing a theme with module dependencies that are met. |
| ThemeInstallerTest::testInstallThemeWithUnmetModuleDependencies |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests installing a theme with unmet module dependencies. |
| ThemeInstallerTest::testThemeInfoAlter |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests that theme info can be altered by a module. |
| ThemeInstallerTest::testUninstall |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests uninstalling a theme. |
| ThemeInstallerTest::testUninstallAdmin |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests uninstalling the admin theme. |
| ThemeInstallerTest::testUninstallBaseBeforeSubTheme |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests uninstalling a base theme before its sub-theme. |
| ThemeInstallerTest::testUninstallDefault |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests uninstalling the default theme. |
| ThemeInstallerTest::testUninstallNonExisting |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests uninstalling a non-existing theme. |
| ThemeInstallerTest::testUninstallNotInstalled |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests uninstalling a theme that is not installed. |
| ThemeInstallerTest::testUninstallSubTheme |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests uninstalling a sub-theme. |
| ThemeInstallerTest::themeHandler |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Returns the theme handler service. |
| ThemeInstallerTest::themeInstaller |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Returns the theme installer service. |
| ThemeLocalTask |
class |
core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php |
Provides dynamic tabs based on active themes. |
| ThemeLocalTask |
class |
core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php |
Provides dynamic tabs based on active themes. |
| ThemeLocalTask.php |
file |
core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php |
|
| ThemeLocalTask.php |
file |
core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php |
|
| ThemeLocalTask::$themeHandler |
property |
core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php |
The theme handler. |
| ThemeLocalTask::$themeHandler |
property |
core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php |
The theme handler. |
| ThemeLocalTask::create |
function |
core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php |
Creates a new class instance. |
| ThemeLocalTask::create |
function |
core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php |
Creates a new class instance. |
| ThemeLocalTask::getDerivativeDefinitions |
function |
core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php |
Gets the definition of all derivatives of a base plugin. |
| ThemeLocalTask::getDerivativeDefinitions |
function |
core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php |
Gets the definition of all derivatives of a base plugin. |
| ThemeLocalTask::__construct |
function |
core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php |
Constructs a new ThemeLocalTask. |
| ThemeLocalTask::__construct |
function |
core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php |
Constructs a new ThemeLocalTask instance. |
| ThemeManager |
class |
core/lib/Drupal/Core/Theme/ThemeManager.php |
Provides the default implementation of a theme manager. |
| ThemeManager.php |
file |
core/lib/Drupal/Core/Theme/ThemeManager.php |
|
| ThemeManager::$activeTheme |
property |
core/lib/Drupal/Core/Theme/ThemeManager.php |
Contains the current active theme. |
| ThemeManager::$allHookImplementations |
property |
core/lib/Drupal/Core/Theme/ThemeManager.php |
Raw list of hook implementations by theme name. |
| ThemeManager::$defaultVariables |
property |
core/lib/Drupal/Core/Theme/ThemeManager.php |
Default variables. |
| ThemeManager::$themeHookImplementations |
property |
core/lib/Drupal/Core/Theme/ThemeManager.php |
Raw list of hook callables by theme and hook name. |
| ThemeManager::$themeRegistry |
property |
core/lib/Drupal/Core/Theme/ThemeManager.php |
The theme registry used to render an output. |
| ThemeManager::alter |
function |
core/lib/Drupal/Core/Theme/ThemeManager.php |
Passes alterable variables to specific $theme_TYPE_alter() implementations. |
| ThemeManager::alterForTheme |
function |
core/lib/Drupal/Core/Theme/ThemeManager.php |
@todo Should we cache some of these information? |
| ThemeManager::buildThemeHookSuggestions |
function |
core/lib/Drupal/Core/Theme/ThemeManager.php |
Builds theme hook suggestions for a theme hook with variables. |