You are here

service module_installer in Drupal 10

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

Class

Drupal\Core\Extension\ModuleInstaller

Tags

  • service_collector
295 string references to module_installer
ActionUninstallTest::testActionUninstall in core/modules/action/tests/src/Functional/ActionUninstallTest.php
Tests Action 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.
BigPipeRegressionTest::testCommentForm_2698811 in core/modules/ckeditor/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
Ensure comment form works with history and big_pipe modules.

... 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