service module_handler in Drupal 9
Same name and namespace in other branches
- 8 core/core.services.yml \module_handler
Class
Drupal\Core\Extension\ModuleHandler100 string references to module_handler
- AccountSettingsForm::create in core/
modules/ user/ src/ AccountSettingsForm.php - Instantiates a new instance of this class.
- BlockConfigEntityUnitTest::setUp in core/
modules/ block/ tests/ src/ Unit/ BlockConfigEntityUnitTest.php - BlockContentEntityReferenceSelectionTest::setUp in core/
modules/ block_content/ tests/ src/ Kernel/ BlockContentEntityReferenceSelectionTest.php - BlockViewBuilder::lazyBuilder in core/
modules/ block/ src/ BlockViewBuilder.php - #lazy_builder callback; builds a #pre_render-able block.
- BlockVisibility::create in core/
modules/ block/ src/ Plugin/ migrate/ process/ BlockVisibility.php - Creates an instance of the plugin.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Extension\ModuleHandler
- arguments:
- - '%app.root%'
- - '%container.modules%'
- - '@cache.bootstrap'