| ThemeInitializationInterface::getActiveThemeByName |
function |
core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php |
Builds an active theme object. |
| ThemeInitializationInterface::initTheme |
function |
core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php |
Initializes a given theme. |
| ThemeInitializationInterface::loadActiveTheme |
function |
core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php |
Loads a theme, so it is ready to be used. |
| ThemeInstallController |
class |
core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php |
Provides an easier way for Nightwatch tests to install themes. |
| ThemeInstallController.php |
file |
core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php |
|
| ThemeInstallController::$themeInstaller |
property |
core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php |
The theme installer service. |
| ThemeInstallController::installAdmin |
function |
core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php |
Install a theme as the admin theme. |
| ThemeInstallController::installDefault |
function |
core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php |
Install a theme as default. |
| ThemeInstallController::installTheme |
function |
core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php |
Installs a theme. |
| ThemeInstallController::__construct |
function |
core/modules/system/tests/modules/nightwatch_theme_install_utility/src/Controller/ThemeInstallController.php |
Constructs a new ThemeInstallController. |
| ThemeInstaller |
class |
core/lib/Drupal/Core/Extension/ThemeInstaller.php |
Manages theme installation/uninstallation. |
| ThemeInstaller.php |
file |
core/lib/Drupal/Core/Extension/ThemeInstaller.php |
|
| ThemeInstaller::install |
function |
core/lib/Drupal/Core/Extension/ThemeInstaller.php |
Installs a given list of themes. |
| ThemeInstaller::resetSystem |
function |
core/lib/Drupal/Core/Extension/ThemeInstaller.php |
Resets some other systems like rebuilding the route information or caches. |
| ThemeInstaller::uninstall |
function |
core/lib/Drupal/Core/Extension/ThemeInstaller.php |
Uninstalls a given list of themes. |
| ThemeInstaller::__construct |
function |
core/lib/Drupal/Core/Extension/ThemeInstaller.php |
|
| ThemeInstallerInterface |
interface |
core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php |
Manages theme installation/uninstallation. |
| ThemeInstallerInterface.php |
file |
core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php |
|
| ThemeInstallerInterface::install |
function |
core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php |
Installs a given list of themes. |
| ThemeInstallerInterface::uninstall |
function |
core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php |
Uninstalls a given list of themes. |
| ThemeInstallerTest |
class |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Tests installing and uninstalling of themes. |
| 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. |