You are here

service module_handler in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \module_handler

Class

Drupal\Core\Extension\ModuleHandler
73 string references to module_handler
AccountSettingsForm::create in core/modules/user/src/AccountSettingsForm.php
Instantiates a new instance of this class.
AliasTest::testCRUD in core/modules/system/src/Tests/Path/AliasTest.php
AliasTest::testLookupPath in core/modules/system/src/Tests/Path/AliasTest.php
AliasTest::testWhitelist in core/modules/system/src/Tests/Path/AliasTest.php
Tests the alias whitelist.
BlockViewBuilder::createInstance in core/modules/block/src/BlockViewBuilder.php
Instantiates a new instance of this entity handler.

... See full list

File

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

View source
  1. class: Drupal\Core\Extension\ModuleHandler
  2. arguments:
  3. - '@app.root'
  4. - '%container.modules%'
  5. - '@cache.bootstrap'