extension.list.theme

Class

Drupal\Core\Extension\ThemeExtensionList
11 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.
ExtensionAvailableConstraintValidator::create in core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionAvailableConstraintValidator.php
Instantiates a new instance of this class.
Recipe::createFromDirectory in core/lib/Drupal/Core/Recipe/Recipe.php
Creates a recipe object from the provided path.
RecipeCommand::rollBackToCheckpoint in core/lib/Drupal/Core/Recipe/RecipeCommand.php
Rolls config back to a particular checkpoint.

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