You are here

service module_installer in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \module_installer

Class

Drupal\Core\Extension\ModuleInstaller

Tags

  • service_collector
29 string references to module_installer
ConfigImporterMissingContentTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.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
core/core.services.yml

View source
  1. class: Drupal\Core\Extension\ModuleInstaller
  2. tags:
  3. - { name: service_collector, tag: module_install.uninstall_validator, call: addUninstallValidator }
  4. arguments:
  5. - '@app.root'
  6. - '@module_handler'
  7. - '@kernel'
  8. lazy: true