service theme.initialization in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/core.services.yml \theme.initialization
Class
Drupal\Core\Theme\ThemeInitialization10 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.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Theme\ThemeInitialization
- arguments:
- - '@app.root'
- - '@theme_handler'
- - '@cache.bootstrap'
- - '@module_handler'