theme.registry

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

Class

Drupal\Core\Theme\Registry

Tags

  • needs_destruction
8 string references to theme.registry
CommentViewBuilder::createInstance in core/modules/comment/src/CommentViewBuilder.php
EntityViewBuilder::createInstance in core/lib/Drupal/Core/Entity/EntityViewBuilder.php
ImageStyleTest::testFlush in core/modules/image/tests/src/Unit/ImageStyleTest.php
Tests flush.
ThemeDeprecationTest::testTemplatePreprocessIncludes in core/modules/system/tests/src/Kernel/Theme/ThemeDeprecationTest.php
Tests deprecations around template_preprocess functions and include files.
ThemeInstaller::resetSystem in core/lib/Drupal/Core/Extension/ThemeInstaller.php
Resets some other systems like rebuilding the route information or caches.

... See full list

File

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. - '@kernel'
  12. - null
  13. - '@keyvalue'
  14. tags:
  15. - { name: needs_destruction }
  16. calls:
  17. - [setThemeManager, ['@theme.manager']]

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.