service theme.manager in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \theme.manager
Class
Drupal\Core\Theme\ThemeManager15 string references to theme.manager
- BaseThemeDefaultDeprecationTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ BaseThemeDefaultDeprecationTest.php - 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.
- CurrentThemeCondition::create in core/
modules/ system/ src/ Plugin/ Condition/ CurrentThemeCondition.php - Creates an instance of the plugin.
- Drupal::theme in core/
lib/ Drupal.php - Gets the theme service.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Theme\ThemeManager
- arguments:
- - '@app.root'
- - '@theme.negotiator'
- - '@theme.initialization'
- - '@module_handler'
- calls:
- - [setThemeRegistry, ['@theme.registry']]