| 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(). |
| ThemePreprocess |
class |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Preprocess for common/core theme templates. |
| ThemePreprocess.php |
file |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
|
| ThemePreprocess::preprocessContainer |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for container templates. |
| ThemePreprocess::preprocessHtml |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for HTML document templates. |
| ThemePreprocess::preprocessInstallPage |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for install page templates. |
| ThemePreprocess::preprocessItemList |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for item list templates. |
| ThemePreprocess::preprocessLinks |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for links templates. |
| ThemePreprocess::preprocessMaintenancePage |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for maintenance page templates. |
| ThemePreprocess::preprocessMaintenanceTaskList |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for maintenance task list templates. |
| ThemePreprocess::preprocessPage |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for the page template. |
| ThemePreprocess::preprocessRegion |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for region templates. |
| ThemePreprocess::preprocessTable |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for table templates. |
| ThemePreprocess::preprocessTablesortIndicator |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for tablesort indicators. |
| ThemePreprocess::__construct |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
|
| 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. |
| ThemeRegistry |
class |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Builds the run-time theme registry. |
| ThemeRegistry.php |
file |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
|
| ThemeRegistry::$completeRegistry |
property |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
The complete theme registry array. |
| ThemeRegistry::$persistable |
property |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Whether the partial registry can be persisted to the cache. |
| ThemeRegistry::get |
function |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Gets value from the cache. |
| ThemeRegistry::getGlobalPreprocess |
function |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Gets global preprocess callbacks. |
| ThemeRegistry::getPreprocessInvokes |
function |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Gets preprocess invoke map. |
| ThemeRegistry::has |
function |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Returns whether data exists for this key. |
| ThemeRegistry::initializeRegistry |
function |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Initializes the full theme registry. |
| ThemeRegistry::resolveCacheMiss |
function |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Resolves a cache miss. |
| ThemeRegistry::updateCache |
function |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Writes a value to the persistent cache immediately. |
| ThemeRegistry::__construct |
function |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Constructs a ThemeRegistry object. |
| ThemeRegistryLoader |
class |
core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php |
Loads templates based on information from the Drupal theme registry. |
| ThemeRegistryLoader.php |
file |
core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php |
|
| ThemeRegistryLoader::$themeRegistry |
property |
core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php |
The theme registry used to determine which template to use. |
| ThemeRegistryLoader::findTemplate |
function |
core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php |
Finds the path to the requested template. |
| ThemeRegistryLoader::getCacheKey |
function |
core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php |
|
| ThemeRegistryLoader::__construct |
function |
core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php |
Constructs a new ThemeRegistryLoader object. |
| ThemeRegistryLoaderTest |
class |
core/tests/Drupal/Tests/Core/Template/Loader/ThemeRegistryLoaderTest.php |
Tests Drupal\Core\Template\Loader\ThemeRegistryLoader. |