module_installer
Class
Drupal\Core\Extension\ModuleInstallerTags
- service_collector
30 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 
- 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.
File
- 
              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
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
