You are here

service theme.initialization in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/core.services.yml \theme.initialization

Class

Drupal\Core\Theme\ThemeInitialization
10 string references to theme.initialization
ElementInfoIntegrationTest::testElementInfoByTheme in core/modules/system/src/Tests/Render/ElementInfoIntegrationTest.php
Ensures that the element info can be altered by themes.
LibraryDiscoveryIntegrationTest::activateTheme in core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php
Activates a specified theme.
RegistryTest::testMultipleSubThemes in core/modules/system/src/Tests/Theme/RegistryTest.php
Tests the theme registry with multiple subthemes.
RegistryTest::testSuggestionPreprocessFunctions in core/modules/system/src/Tests/Theme/RegistryTest.php
Tests the theme registry with suggestions.
RegistryTest::testThemeRegistryAlterByTheme in core/modules/system/src/Tests/Theme/RegistryTest.php
Tests that the theme registry can be altered by themes.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Theme\ThemeInitialization
  2. arguments:
  3. - '@app.root'
  4. - '@theme_handler'
  5. - '@cache.bootstrap'
  6. - '@module_handler'