You are here

service module_installer in Drupal 9

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

Class

Drupal\Core\Extension\ModuleInstaller

Tags

  • service_collector
28 string references to module_installer
BookTest::testBookNavigationBlock in core/modules/book/tests/src/Functional/BookTest.php
Tests the functionality of the book navigation block.
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

... 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. - '@database'
  9. - '@update.update_hook_registry'
  10. lazy: true