| 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 |
|
| 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 |
|
| 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::testInstalledIncompatibleTheme |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php |
Tests that incompatible themes message is shown. |
| 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. |
| ThemeUpdateTest |
class |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
Tests low-level theme functions. |
| ThemeUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
|
| ThemeUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
|
| ThemeUpdateTest::doSelectionTest |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
|
| ThemeUpdateTest::testThemeUpdates |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
Ensures preprocess functions run even for suggestion implementations. |
| theme_page_test.info.yml |
file |
core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml |
core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml |
| theme_page_test.module |
file |
core/modules/system/tests/modules/theme_page_test/theme_page_test.module |
Test module. |
| theme_page_test_system_info_alter |
function |
core/modules/system/tests/modules/theme_page_test/theme_page_test.module |
Implements hook_system_info_alter(). |
| theme_region_test.info.yml |
file |
core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml |
core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml |
| theme_region_test.module |
file |
core/modules/system/tests/modules/theme_region_test/theme_region_test.module |
Provides hook implementations for testing purposes. |
| theme_region_test_preprocess_region |
function |
core/modules/system/tests/modules/theme_region_test/theme_region_test.module |
Implements hook_preprocess_HOOK() for region templates. |
| theme_suggestions_test.info.yml |
file |
core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml |
core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml |
| theme_suggestions_test.module |
file |
core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.module |
Support module for testing theme suggestions. |
| theme_suggestions_test_theme_suggestions_alter |
function |
core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.module |
Implements hook_theme_suggestions_alter(). |
| theme_suggestions_test_theme_suggestions_theme_test_specific_suggestions_alter |
function |
core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.module |
Implements hook_theme_suggestions_HOOK_alter(). |
| theme_suggestions_test_theme_suggestions_theme_test_suggestions_alter |
function |
core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.module |
Implements hook_theme_suggestions_HOOK_alter(). |
| theme_test.inc |
file |
core/modules/system/tests/modules/theme_test/theme_test.inc |
Include file for test module. |
| theme_test.info.yml |
file |
core/modules/system/tests/modules/theme_test/theme_test.info.yml |
core/modules/system/tests/modules/theme_test/theme_test.info.yml |
| theme_test.libraries.yml |
file |
core/modules/system/tests/modules/theme_test/theme_test.libraries.yml |
core/modules/system/tests/modules/theme_test/theme_test.libraries.yml |
| theme_test.module |
file |
core/modules/system/tests/modules/theme_test/theme_test.module |
Test module. |
| theme_test.routing.yml |
file |
core/modules/system/tests/modules/theme_test/theme_test.routing.yml |
core/modules/system/tests/modules/theme_test/theme_test.routing.yml |