service module_installer in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/core.services.yml \module_installer
Class
Drupal\Core\Extension\ModuleInstallerTags
- service_collector
21 string references to module_installer
- ConfigImporterMissingContentTest::setUp in core/
modules/ config/ src/ Tests/ ConfigImporterMissingContentTest.php - Performs setup tasks before each individual test method is run.
- ConfigImporterTest::setUp in core/
modules/ config/ src/ Tests/ ConfigImporterTest.php - Performs setup tasks before each individual test method is run.
- ConfigImportRecreateTest::setUp in core/
modules/ config/ src/ Tests/ ConfigImportRecreateTest.php - Performs setup tasks before each individual test method is run.
- ConfigImportRenameValidationTest::setUp in core/
modules/ config/ src/ Tests/ ConfigImportRenameValidationTest.php - Performs setup tasks before each individual test method is run.
- ConfigSingleImportForm::create in core/
modules/ config/ src/ Form/ ConfigSingleImportForm.php - Instantiates a new instance of this class.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Extension\ModuleInstaller
- tags:
- - { name: service_collector, tag: module_install.uninstall_validator, call: addUninstallValidator }
- arguments:
- - '@app.root'
- - '@module_handler'
- - '@kernel'
- lazy: true