You are here

service extension.list.module in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \extension.list.module

Class

Drupal\Core\Extension\ModuleExtensionList
35 string references to extension.list.module
AdminController::create in core/modules/system/src/Controller/AdminController.php
Instantiates a new instance of this class.
AdminController::__construct in core/modules/system/src/Controller/AdminController.php
AdminController constructor.
ConfigImporter::__construct in core/lib/Drupal/Core/Config/ConfigImporter.php
Constructs a configuration import object.
ConfigImporterMissingContentTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Extension\ModuleExtensionList
  2. arguments:
  3. - '@app.root'
  4. - module
  5. - '@cache.default'
  6. - '@info_parser'
  7. - '@module_handler'
  8. - '@state'
  9. - '@config.factory'
  10. - '@extension.list.profile'
  11. - '%install_profile%'
  12. - '%container.modules%'