You are here

service event_dispatcher in Drupal 8

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

Class

Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher
37 string references to event_dispatcher
AccountProxy::__construct in core/lib/Drupal/Core/Session/AccountProxy.php
AccountProxy constructor.
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.

... 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'