service theme.registry in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \theme.registry
- 9 core/core.services.yml \theme.registry
Class
Drupal\Core\Theme\RegistryTags
- needs_destruction
14 string references to theme.registry
- ClassyTest::setUp in core/
modules/ system/ tests/ src/ Kernel/ Render/ ClassyTest.php - CommentViewBuilder::createInstance in core/
modules/ comment/ src/ CommentViewBuilder.php - Instantiates a new instance of this entity handler.
- drupal_theme_rebuild in core/
includes/ theme.inc - Forces the system to rebuild the theme registry.
- EntityViewBuilder::createInstance in core/
lib/ Drupal/ Core/ Entity/ EntityViewBuilder.php - Instantiates a new instance of this entity handler.
- LayoutTest::testThemeProvidedLayout in core/
modules/ layout_discovery/ tests/ src/ Kernel/ LayoutTest.php - Tests that a layout provided by a theme has the preprocess function set.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Theme\Registry
- arguments:
- - '%app.root%'
- - '@cache.default'
- - '@lock'
- - '@module_handler'
- - '@theme_handler'
- - '@theme.initialization'
- - '@cache.bootstrap'
- - '@extension.list.module'
- tags:
- - { name: needs_destruction }
- calls:
- - [setThemeManager, ['@theme.manager']]