| ThemeHandlerTest.php |
file |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
Contains \Drupal\Tests\Core\Extension\ThemeHandlerTest. |
| ThemeHandlerTest::$configFactory |
property |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
The mocked config factory. |
| ThemeHandlerTest::$themeHandler |
property |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
The tested theme handler. |
| ThemeHandlerTest::$themeList |
property |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
The theme listing service. |
| ThemeHandlerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
|
| ThemeHandlerTest::testRebuildThemeData |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
Tests rebuilding the theme data. |
| ThemeHandlerTest::testThemeLibrariesEmpty |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
Tests empty libraries in theme.info.yml file. |
| ThemeInfoTest |
class |
core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php |
Tests processing of theme .info.yml properties. |
| ThemeInfoTest.php |
file |
core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php |
|
| ThemeInfoTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php |
The theme to install as the default for testing. |
| ThemeInfoTest::$modules |
property |
core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php |
Modules to enable. |
| ThemeInfoTest::$state |
property |
core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php |
The state service used in this test. |
| ThemeInfoTest::$themeInstaller |
property |
core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php |
The theme installer used in this test for enabling themes. |
| ThemeInfoTest::$themeManager |
property |
core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php |
The theme manager used in this test. |
| ThemeInfoTest::setUp |
function |
core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php |
|
| ThemeInfoTest::testChanges |
function |
core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php |
Tests that changes to the info file are picked up. |
| ThemeInfoTest::testStylesheets |
function |
core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php |
Tests stylesheets-remove. |
| 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 enable. |
| ThemeInstallerTest::extensionConfig |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php |
Returns the system.theme config object. |
| 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::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. |
| ThemeLegacyTest |
class |
core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php |
Tests legacy theme functions. |
| ThemeLegacyTest.php |
file |
core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php |
|
| ThemeLegacyTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php |
The theme to install as the default for testing. |
| ThemeLegacyTest::$modules |
property |
core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php |
Modules to enable. |
| ThemeLegacyTest::setUp |
function |
core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php |
|
| ThemeLegacyTest::testFunctionOverride |
function |
core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php |
Ensures a theme template can override a theme function. |