theme.initialization
Same name in other branches
- 9 core/core.services.yml \theme.initialization
- 8.9.x core/core.services.yml \theme.initialization
Class
Drupal\Core\Theme\ThemeInitialization15 string references to theme.initialization
- CssAssetController::create in core/
modules/ system/ src/ Controller/ CssAssetController.php - Instantiates a new instance of the implementing class using autowiring.
- ElementInfoIntegrationTest::testElementInfoByTheme in core/
tests/ Drupal/ KernelTests/ Core/ Render/ ElementInfoIntegrationTest.php - Ensures that the element info can be altered by themes.
- JsAssetController::create in core/
modules/ system/ src/ Controller/ JsAssetController.php - Instantiates a new instance of the implementing class using autowiring.
- LayoutPluginManagerTest::activateTheme in core/
tests/ Drupal/ KernelTests/ Core/ Layout/ LayoutPluginManagerTest.php - Activates a specified theme.
- LibraryDiscoveryIntegrationTest::activateTheme in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ LibraryDiscoveryIntegrationTest.php - Activates a specified theme.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Theme\ThemeInitialization
- arguments:
- - '%app.root%'
- - '@theme_handler'
- - '@cache.bootstrap'
- - '@module_handler'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.