service module_installer in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \module_installer
- 9 core/core.services.yml \module_installer
Class
Drupal\Core\Extension\ModuleInstallerTags
- 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.
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'
- - '@database'
- - '@update.update_hook_registry'
- lazy: true