extension.list.module

Same name in other branches
  1. 9 core/core.services.yml \extension.list.module
  2. 8.9.x core/core.services.yml \extension.list.module

Class

Drupal\Core\Extension\ModuleExtensionList
70 string references to extension.list.module
AdminController::create in core/modules/system/src/Controller/AdminController.php
Instantiates a new instance of the implementing class using autowiring.
BreakpointManager::__construct in core/modules/breakpoint/src/BreakpointManager.php
Constructs a new BreakpointManager instance.
CategorizingPluginManagerTrait::getModuleExtensionList in core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
Returns the module extension list used.
CheckpointStorageTest::getConfigImporter in core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CommonTestController::jsAndCssQuerystring in core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php
Adds a JavaScript file and a CSS file with a query string appended.

... See full list

File

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%'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.