| ThemeNegotiatorTest::$container |
property |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
The container builder. |
| ThemeNegotiatorTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
The request stack. |
| ThemeNegotiatorTest::$themeAccessCheck |
property |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
The mocked theme access checker. |
| ThemeNegotiatorTest::$themeNegotiator |
property |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
The actual tested theme negotiator. |
| ThemeNegotiatorTest::createThemeNegotiator |
function |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
Creates a new theme negotiator instance. |
| ThemeNegotiatorTest::setUp |
function |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
|
| ThemeNegotiatorTest::testDetermineActiveTheme |
function |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
Tests determining the theme. |
| ThemeNegotiatorTest::testDetermineActiveThemeWithAccessCheck |
function |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
Tests determining with two negotiators of which just one returns access. |
| ThemeNegotiatorTest::testDetermineActiveThemeWithNotApplyingNegotiator |
function |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
Tests determining with two negotiators of which one does not apply. |
| ThemeNegotiatorTest::testDetermineActiveThemeWithPriority |
function |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
Tests determining with two negotiators checking the priority. |
| ThemePageTestHooks |
class |
core/modules/system/tests/modules/theme_page_test/src/Hook/ThemePageTestHooks.php |
Hook implementations for theme_page_test. |
| ThemePageTestHooks.php |
file |
core/modules/system/tests/modules/theme_page_test/src/Hook/ThemePageTestHooks.php |
|
| ThemePageTestHooks::systemInfoAlter |
function |
core/modules/system/tests/modules/theme_page_test/src/Hook/ThemePageTestHooks.php |
Implements hook_system_info_alter(). |
| ThemeProceduralTest |
class |
core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php |
Tests low-level theme functions. |
| ThemeProceduralTest.php |
file |
core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php |
|
| ThemeProceduralTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php |
The theme to install as the default for testing. |
| ThemeProceduralTest::$modules |
property |
core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php |
Modules to install. |
| ThemeProceduralTest::testPreprocess |
function |
core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php |
Ensures preprocess functions run from procedural implementations. |
| ThemeRegionTest |
class |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php |
Tests theme region listing. |
| ThemeRegionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php |
|
| ThemeRegionTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php |
Modules to install. |
| ThemeRegionTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php |
|
| ThemeRegionTest::testLegacyRegionListing |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php |
Tests listing a theme's regions using legacy functions. |
| ThemeRegionTest::testRegionListing |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php |
Tests listing a theme's regions. |
| ThemeRegionTestThemeHooks |
class |
core/modules/system/tests/modules/theme_region_test/src/Hook/ThemeRegionTestThemeHooks.php |
Hook implementations for theme_region_test. |
| ThemeRegionTestThemeHooks.php |
file |
core/modules/system/tests/modules/theme_region_test/src/Hook/ThemeRegionTestThemeHooks.php |
|
| ThemeRegionTestThemeHooks::preprocessRegion |
function |
core/modules/system/tests/modules/theme_region_test/src/Hook/ThemeRegionTestThemeHooks.php |
Implements hook_preprocess_HOOK() for region templates. |
| ThemeRegistryLoaderTest |
class |
core/tests/Drupal/Tests/Core/Template/Loader/ThemeRegistryLoaderTest.php |
Tests Drupal\Core\Template\Loader\ThemeRegistryLoader. |
| ThemeRegistryLoaderTest.php |
file |
core/tests/Drupal/Tests/Core/Template/Loader/ThemeRegistryLoaderTest.php |
|
| ThemeRegistryLoaderTest::testLoaderReturnsFalseForExistsOnNonexistent |
function |
core/tests/Drupal/Tests/Core/Template/Loader/ThemeRegistryLoaderTest.php |
Tests loader returns false for exists on nonexistent. |
| ThemeSettingsFormTest |
class |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
Tests that theme form settings works correctly. |
| ThemeSettingsFormTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
|
| ThemeSettingsFormTest::$defaultTheme |
property |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
The theme to install as the default for testing. |
| ThemeSettingsFormTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
Modules to install. |
| ThemeSettingsFormTest::providerTestFormSettingsSubmissionHandler |
function |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
Provides test data for ::testFormSettingsSubmissionHandler(). |
| ThemeSettingsFormTest::setUp |
function |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
|
| ThemeSettingsFormTest::testFormSettingsSubmissionHandler |
function |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
Tests that submission handler works correctly. |
| ThemeSettingsTest |
class |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php |
Tests D7 theme settings source plugin. |
| ThemeSettingsTest |
class |
core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php |
Tests theme settings functionality. |
| ThemeSettingsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php |
|
| ThemeSettingsTest.php |
file |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php |
|
| ThemeSettingsTest::$availableThemes |
property |
core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php |
List of discovered themes. |
| ThemeSettingsTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php |
Modules to install. |
| ThemeSettingsTest::$modules |
property |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php |
Modules to install. |
| ThemeSettingsTest::providerSource |
function |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php |
Provides source data for ::testSource. |
| ThemeSettingsTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php |
|
| ThemeSettingsTest::testDefaultConfig |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php |
Tests that $theme.settings are imported and used as default theme settings. |
| ThemeSettingsTest::testLogoConfig |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php |
Tests that the default logo config can be overridden. |
| ThemeSettingsTest::testNoDefaultConfig |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php |
Tests that the $theme.settings default config file is optional. |
| ThemeSuggestionsAlterTest |
class |
core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php |
Tests theme suggestion alter hooks. |