Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \theme.registry
  2. 9 core/core.services.yml \theme.registry

Class

Drupal\Core\Theme\Registry

Tags

  • needs_destruction
20 string references to theme.registry
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.
hook_preprocess in core/lib/Drupal/Core/Render/theme.api.php
Preprocess theme variables for templates.
ImageStyle::flush in core/modules/image/src/Entity/ImageStyle.php
Flushes cached media for this style.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Theme\Registry
  2. arguments:
  3. - '%app.root%'
  4. - '@cache.default'
  5. - '@lock'
  6. - '@module_handler'
  7. - '@theme_handler'
  8. - '@theme.initialization'
  9. - '@cache.bootstrap'
  10. - '@extension.list.module'
  11. tags:
  12. - { name: needs_destruction }
  13. calls:
  14. - [setThemeManager, ['@theme.manager']]