extension.list.theme

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

Class

Drupal\Core\Extension\ThemeExtensionList
21 string references to extension.list.theme
CheckpointStorageTest::getConfigImporter in core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
Gets the configuration importer.
ConfigConfigurator::getConfigStorage in core/lib/Drupal/Core/Recipe/ConfigConfigurator.php
Gets a config storage object for reading config from the recipe.
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

... 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.bootstrap'
  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.