| ThemeTest::testUninstallingThemes |
function |
core/modules/system/tests/src/Functional/System/ThemeTest.php |
Test uninstalling of themes works. |
| ThemeTestController |
class |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
Controller routines for theme test routes. |
| ThemeTestController |
class |
core/modules/system/tests/modules/theme_legacy_test/src/ThemeTestController.php |
Controller routines for test routes for legacy theme functions. |
| ThemeTestController.php |
file |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
|
| ThemeTestController.php |
file |
core/modules/system/tests/modules/theme_legacy_test/src/ThemeTestController.php |
|
| ThemeTestController::functionSuggestionAlter |
function |
core/modules/system/tests/modules/theme_legacy_test/src/ThemeTestController.php |
Menu callback for testing suggestion alter hooks with theme functions. |
| ThemeTestController::functionTemplateOverridden |
function |
core/modules/system/tests/modules/theme_legacy_test/src/ThemeTestController.php |
A theme template that overrides a theme function. |
| ThemeTestController::generalSuggestionAlter |
function |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
Menu callback for testing hook_theme_suggestions_alter(). |
| ThemeTestController::nonHtml |
function |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
Controller to ensure that no theme is initialized. |
| ThemeTestController::preprocessSuggestions |
function |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
Controller for testing preprocess functions with theme suggestions. |
| ThemeTestController::specificSuggestionAlter |
function |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
Menu callback for testing suggestion alter hooks with specific suggestions. |
| ThemeTestController::suggestionAlter |
function |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
Menu callback for testing suggestion alter hooks with template files. |
| ThemeTestController::suggestionAlterInclude |
function |
core/modules/system/tests/modules/theme_legacy_test/src/ThemeTestController.php |
Menu callback for testing includes with suggestion alter hooks. |
| ThemeTestController::suggestionProvided |
function |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
Menu callback for testing suggestion alter hooks with template files. |
| ThemeTestController::testInfoStylesheets |
function |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
Adds stylesheets to test theme .info.yml property processing. |
| ThemeTestController::testInlineTemplate |
function |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
Tests the inline template functionality. |
| ThemeTestController::testRequestListener |
function |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
Tests themed output generated in a request listener. |
| ThemeTestController::testSuggestion |
function |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
Calls a theme hook suggestion. |
| ThemeTestController::testTemplate |
function |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
Tests template overriding based on filename. |
| ThemeTestController::testThemeClass |
function |
core/modules/system/tests/modules/theme_test/src/ThemeTestController.php |
Controller for testing a namespaced class in a theme. |
| ThemeTestSubscriber |
class |
core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php |
Theme test subscriber for controller requests. |
| ThemeTestSubscriber.php |
file |
core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php |
|
| ThemeTestSubscriber::$container |
property |
core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php |
The used container. |
| ThemeTestSubscriber::$currentRouteMatch |
property |
core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php |
The current route match. |
| ThemeTestSubscriber::$renderer |
property |
core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php |
The renderer. |
| ThemeTestSubscriber::getSubscribedEvents |
function |
core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php |
|
| ThemeTestSubscriber::onRequest |
function |
core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php |
Generates themed output early in a page request. |
| ThemeTestSubscriber::onView |
function |
core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php |
Ensures that the theme registry was not initialized. |
| ThemeTestSubscriber::__construct |
function |
core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php |
Constructs a new ThemeTestSubscriber. |
| ThemeTokenTest |
class |
core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php |
Tests the generation of 'theme_token' key in Drupal settings. |
| ThemeTokenTest.php |
file |
core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php |
|
| ThemeTokenTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php |
The theme to install as the default for testing. |
| ThemeTokenTest::$modules |
property |
core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php |
We want to visit the 'admin/structure/block' page. |
| ThemeTokenTest::setUp |
function |
core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php |
|
| ThemeTokenTest::testThemeToken |
function |
core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php |
Tests if the 'theme_token' key of 'ajaxPageState' is computed. |
| ThemeUiTest |
class |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
Tests the theme UI. |
| ThemeUiTest.php |
file |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
|
| ThemeUiTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
The theme to install as the default for testing. |
| ThemeUiTest::$testModules |
property |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
Modules used for testing. |
| ThemeUiTest::assertUninstallableTheme |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
Checks related to uninstallable themes due to module dependencies. |
| ThemeUiTest::providerTestThemeInstallWithModuleDependencies |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
Data provider for testThemeInstallWithModuleDependencies(). |
| ThemeUiTest::setUp |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
|
| ThemeUiTest::testInstallModuleWithIncompatibleDependencies |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
Tests installing a theme with incompatible module dependencies. |
| ThemeUiTest::testInstallModuleWithMissingDependencies |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
Tests installing a theme with missing module dependencies. |
| ThemeUiTest::testModulePermissions |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
Tests permissions for enabling themes depending on disabled modules. |
| ThemeUiTest::testThemeInstallWithModuleDependencies |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
Tests installing a theme with module dependencies. |
| ThemeUiTest::uninstallModules |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
Uninstalls modules via the admin UI. |
| ThemeUiTest::uninstallTheme |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
Uninstalls a theme via the admin UI. |
| theme_legacy_suggestions_test.inc |
file |
core/modules/system/tests/modules/theme_legacy_suggestions_test/theme_legacy_suggestions_test.inc |
Include file for testing theme suggestion hooks for legacy theme functions. |
| theme_legacy_suggestions_test.info.yml |
file |
core/modules/system/tests/modules/theme_legacy_suggestions_test/theme_legacy_suggestions_test.info.yml |
core/modules/system/tests/modules/theme_legacy_suggestions_test/theme_legacy_suggestions_test.info.yml |