service theme.manager in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \theme.manager
- 9 core/core.services.yml \theme.manager
Class
Drupal\Core\Theme\ThemeManager16 string references to theme.manager
- BaseThemeRequiredTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ BaseThemeRequiredTest.php - BatchUserAction::processBatch in core/
modules/ views/ tests/ modules/ user_batch_action_test/ src/ Plugin/ Action/ BatchUserAction.php - Processes the batch item.
- 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 - 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']]