You are here

service event_dispatcher in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \event_dispatcher
  2. 10 core/core.services.yml \event_dispatcher

Class

Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher
41 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.

... See full list

File

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

View source
  1. class: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher
  2. arguments:
  3. - '@service_container'