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

Class

Drupal\Core\Extension\ModuleInstaller

Tags

  • service_collector
276 string references to module_installer
ActionUninstallTest::testActionUninstall in core/modules/action/tests/src/Functional/ActionUninstallTest.php
Tests Actions UI uninstall.
ActiveWorkspaceUpdateTest::setUp in core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php
AjaxFormCacheTest::testBlockForms in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
Tests AJAX forms in blocks.
AjaxFormCacheTest::testQueryString in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
Tests AJAX forms on pages with a query string.
BigPipePreviewTest::testLazyLoaderPreview in core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipePreviewTest.php
Test preview functionality within placeholders.

... 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. - '@logger.channel.default'
  11. lazy: true