theme.manager
Same name in other branches
- 9 core/core.services.yml \theme.manager
- 8.9.x core/core.services.yml \theme.manager
Class
Drupal\Core\Theme\ThemeManager21 string references to theme.manager
- BaseThemeRequiredTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ BaseThemeRequiredTest.php - BlockListBuilder::createInstance in core/
modules/ block/ src/ BlockListBuilder.php - Instantiates a new instance of this entity handler.
- ComponentKernelTestBase::setUp in core/
tests/ Drupal/ Tests/ Core/ Theme/ Component/ ComponentKernelTestBase.php - ComponentKernelTestBase::setUp in core/
modules/ sdc/ tests/ src/ Kernel/ ComponentKernelTestBase.php - CssAssetController::create in core/
modules/ system/ src/ Controller/ CssAssetController.php - Instantiates a new instance of the implementing class using autowiring.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Theme\ThemeManager
- arguments:
- - '%app.root%'
- - '@theme.negotiator'
- - '@theme.initialization'
- - '@module_handler'
- calls:
- - [setThemeRegistry, ['@theme.registry']]
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.