service event_dispatcher in Drupal 9
Same name and namespace in other branches
- 8 core/core.services.yml \event_dispatcher
- 10 core/core.services.yml \event_dispatcher
Class
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher41 string references to event_dispatcher
- BlockContentAccessControlHandler::createInstance in core/
modules/ block_content/ src/ BlockContentAccessControlHandler.php - Instantiates a new instance of this entity handler.
- BlockContentAccessHandlerTest::setUp in core/
modules/ block_content/ tests/ src/ Kernel/ BlockContentAccessHandlerTest.php - ConfigCRUDTest::testCRUD in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigCRUDTest.php - Tests CRUD operations.
- ConfigEntityMapper::create in core/
modules/ config_translation/ src/ ConfigEntityMapper.php - Creates an instance of the plugin.
- ConfigEventsTest::testConfigEvents in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigEventsTest.php - Tests configuration events.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher
- arguments:
- - '@service_container'