module_handler

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

Class

Drupal\Core\Extension\ModuleHandler
135 string references to module_handler
AccountSettingsForm::create in core/modules/user/src/AccountSettingsForm.php
Instantiates a new instance of this class.
BigPipeInterfacePreviewThemeSuggestionsTest::testBigPipeThemeHookSuggestions in core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php
Tests theme suggestions from big_pipe.
BlockConfigEntityUnitTest::setUp in core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
BlockContentEntityReferenceSelectionTest::setUp in core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php
BlockTemplateSuggestionsTest::testBlockThemeHookSuggestions in core/modules/block/tests/src/Kernel/BlockTemplateSuggestionsTest.php
Tests template suggestions from the block module.

... See full list

File

core/core.services.yml

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

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