service extension.list.theme in Drupal 9
Same name and namespace in other branches
- 8 core/core.services.yml \extension.list.theme
Class
Drupal\Core\Extension\ThemeExtensionList6 string references to extension.list.theme
- quickedit_library_info_alter in core/
modules/ quickedit/ quickedit.module - Implements hook_library_info_alter().
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- ThemeController::create in core/
modules/ system/ src/ Controller/ ThemeController.php - Instantiates a new instance of this class.
- ThemeExperimentalConfirmForm::create in core/
modules/ system/ src/ Form/ ThemeExperimentalConfirmForm.php - Instantiates a new instance of this class.
- ThemeExtensionListTest::testGetlist in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ThemeExtensionListTest.php - @covers ::getList
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Extension\ThemeExtensionList
- arguments:
- - '%app.root%'
- - theme
- - '@cache.default'
- - '@info_parser'
- - '@module_handler'
- - '@state'
- - '@config.factory'
- - '@extension.list.theme_engine'
- - '%install_profile%'