service extension.list.module in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \extension.list.module
- 9 core/core.services.yml \extension.list.module
Class
Drupal\Core\Extension\ModuleExtensionList119 string references to extension.list.module
- AdminController::create in core/
modules/ system/ src/ Controller/ AdminController.php - Instantiates a new instance of this class.
- AjaxCssForm::generateResponse in core/
modules/ ckeditor/ tests/ modules/ src/ Form/ AjaxCssForm.php - Generates an AJAX response to add CSS to a CKEditor Text Editor instance.
- BookUninstallTest::testBookUninstall in core/
modules/ book/ tests/ src/ Kernel/ BookUninstallTest.php - Tests the book_system_info_alter() method.
- BrowserTestBaseTest::testProfileModules in core/
tests/ Drupal/ FunctionalTests/ BrowserTestBaseTest.php - Ensures we can't access modules we shouldn't be able to after install.
- BrowserTestBaseUserAgentTest::testUserAgentValidation in core/
tests/ Drupal/ FunctionalTests/ BrowserTestBaseUserAgentTest.php - Tests validation of the User-Agent header we use to perform test requests.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Extension\ModuleExtensionList
- arguments:
- - '%app.root%'
- - module
- - '@cache.default'
- - '@info_parser'
- - '@module_handler'
- - '@state'
- - '@config.factory'
- - '@extension.list.profile'
- - '%install_profile%'
- - '%container.modules%'