| ThemeHooks::cssAlter |
function |
core/themes/default_admin/src/Hook/ThemeHooks.php |
Implements hook_css_alter(). |
| ThemeHooks::elementInfoAlter |
function |
core/themes/admin/src/Hook/ThemeHooks.php |
Implements hook_element_info_alter(). |
| ThemeHooks::elementInfoAlter |
function |
core/themes/default_admin/src/Hook/ThemeHooks.php |
Implements hook_element_info_alter(). |
| ThemeHooks::libraryInfoAlter |
function |
core/themes/admin/src/Hook/ThemeHooks.php |
Implements hook_library_info_alter(). |
| ThemeHooks::libraryInfoAlter |
function |
core/themes/default_admin/src/Hook/ThemeHooks.php |
Implements hook_library_info_alter(). |
| ThemeHooks::managedFile |
function |
core/themes/admin/src/Hook/ThemeHooks.php |
Prerender callback for managed_file. |
| ThemeHooks::managedFile |
function |
core/themes/default_admin/src/Hook/ThemeHooks.php |
Prerender callback for managed_file. |
| ThemeHooks::messagePlaceholder |
function |
core/themes/admin/src/Hook/ThemeHooks.php |
Prerender callback for status_messages placeholder. |
| ThemeHooks::messagePlaceholder |
function |
core/themes/default_admin/src/Hook/ThemeHooks.php |
Prerender callback for status_messages placeholder. |
| ThemeHooks::operations |
function |
core/themes/admin/src/Hook/ThemeHooks.php |
Prerender callback for the Operations element. |
| ThemeHooks::operations |
function |
core/themes/default_admin/src/Hook/ThemeHooks.php |
Prerender callback for the Operations element. |
| ThemeHooks::pageAttachmentsAlter |
function |
core/themes/admin/src/Hook/ThemeHooks.php |
Implements hook_page_attachments_alter(). |
| ThemeHooks::pageAttachmentsAlter |
function |
core/themes/default_admin/src/Hook/ThemeHooks.php |
Implements hook_page_attachments_alter(). |
| ThemeHooks::textFormat |
function |
core/themes/admin/src/Hook/ThemeHooks.php |
Prerender callback for text_format elements. |
| ThemeHooks::textFormat |
function |
core/themes/default_admin/src/Hook/ThemeHooks.php |
Prerender callback for text_format elements. |
| ThemeHooks::themeRegistryAlter |
function |
core/themes/admin/src/Hook/ThemeHooks.php |
Implements hook_theme_registry_alter(). |
| ThemeHooks::themeRegistryAlter |
function |
core/themes/default_admin/src/Hook/ThemeHooks.php |
Implements hook_theme_registry_alter(). |
| ThemeHooks::trustedCallbacks |
function |
core/themes/admin/src/Hook/ThemeHooks.php |
Lists the trusted callbacks provided by the implementing class. |
| ThemeHooks::trustedCallbacks |
function |
core/themes/default_admin/src/Hook/ThemeHooks.php |
Lists the trusted callbacks provided by the implementing class. |
| ThemeHooks::verticalTabs |
function |
core/themes/admin/src/Hook/ThemeHooks.php |
Prerender callback for Vertical Tabs element. |
| ThemeHooks::verticalTabs |
function |
core/themes/default_admin/src/Hook/ThemeHooks.php |
Prerender callback for Vertical Tabs element. |
| ThemeHooks::__construct |
function |
core/themes/admin/src/Hook/ThemeHooks.php |
Constructs the theme related hooks. |
| ThemeHooks::__construct |
function |
core/themes/default_admin/src/Hook/ThemeHooks.php |
Constructs the theme related hooks. |
| ThemeHookTest |
class |
core/modules/system/tests/src/Kernel/Theme/ThemeHookTest.php |
Tests low-level theme functions. |
| ThemeHookTest.php |
file |
core/modules/system/tests/src/Kernel/Theme/ThemeHookTest.php |
|
| ThemeHookTest::setUp |
function |
core/modules/system/tests/src/Kernel/Theme/ThemeHookTest.php |
|
| ThemeHookTest::testLegacyHookInThemes |
function |
core/modules/system/tests/src/Kernel/Theme/ThemeHookTest.php |
Tests that procedural hooks with #[LegacyHook] are properly ignored. |
| ThemeHookTest::testProceduralHookCollection |
function |
core/modules/system/tests/src/Kernel/Theme/ThemeHookTest.php |
Tests that procedural hooks are collected and executed. |
| 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 install. |
| 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 libraries-override. |
| ThemeInitialization |
class |
core/lib/Drupal/Core/Theme/ThemeInitialization.php |
Provides the theme initialization logic. |
| ThemeInitialization.php |
file |
core/lib/Drupal/Core/Theme/ThemeInitialization.php |
|
| ThemeInitialization::$cache |
property |
core/lib/Drupal/Core/Theme/ThemeInitialization.php |
The cache backend to use for the active theme. |
| ThemeInitialization::$extensions |
property |
core/lib/Drupal/Core/Theme/ThemeInitialization.php |
The extensions that might be attaching assets. |
| ThemeInitialization::$moduleHandler |
property |
core/lib/Drupal/Core/Theme/ThemeInitialization.php |
The module handler. |
| ThemeInitialization::$root |
property |
core/lib/Drupal/Core/Theme/ThemeInitialization.php |
The app root. |
| ThemeInitialization::$themeHandler |
property |
core/lib/Drupal/Core/Theme/ThemeInitialization.php |
The theme handler. |
| ThemeInitialization::getActiveTheme |
function |
core/lib/Drupal/Core/Theme/ThemeInitialization.php |
Builds up the active theme object from extensions. |
| ThemeInitialization::getActiveThemeByName |
function |
core/lib/Drupal/Core/Theme/ThemeInitialization.php |
Builds an active theme object. |
| ThemeInitialization::getExtensions |
function |
core/lib/Drupal/Core/Theme/ThemeInitialization.php |
Gets all extensions. |
| ThemeInitialization::initTheme |
function |
core/lib/Drupal/Core/Theme/ThemeInitialization.php |
Initializes a given theme. |
| ThemeInitialization::loadActiveTheme |
function |
core/lib/Drupal/Core/Theme/ThemeInitialization.php |
Loads a theme, so it is ready to be used. |
| ThemeInitialization::__construct |
function |
core/lib/Drupal/Core/Theme/ThemeInitialization.php |
Constructs a new ThemeInitialization object. |
| ThemeInitializationInterface |
interface |
core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php |
Defines an interface which contain theme initialization logic. |
| ThemeInitializationInterface.php |
file |
core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php |
|
| ThemeInitializationInterface::getActiveTheme |
function |
core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php |
Builds up the active theme object from extensions. |