extension.list.theme

Same name in other branches
  1. 8.9.x core/core.services.yml \extension.list.theme
  2. 10 core/core.services.yml \extension.list.theme

Class

Drupal\Core\Extension\ThemeExtensionList
21 string references to extension.list.theme
ConfigImporter::__construct in core/lib/Drupal/Core/Config/ConfigImporter.php
Constructs a configuration import object.
ConfigImporterMissingContentTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImportRecreateTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportRenameValidationTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigSingleImportForm::create in core/modules/config/src/Form/ConfigSingleImportForm.php
Instantiates a new instance of this class.

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Extension\ThemeExtensionList
  2. arguments:
  3. - '%app.root%'
  4. - theme
  5. - '@cache.default'
  6. - '@info_parser'
  7. - '@module_handler'
  8. - '@state'
  9. - '@config.factory'
  10. - '@extension.list.theme_engine'
  11. - '%install_profile%'

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