You are here

service event_dispatcher in Zircon Profile 8

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

Class

Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher
24 string references to event_dispatcher
ConfigEventsTest::testConfigEvents in core/modules/config/src/Tests/ConfigEventsTest.php
Tests configuration events.
ConfigImporterMissingContentTest::setUp in core/modules/config/src/Tests/ConfigImporterMissingContentTest.php
Performs setup tasks before each individual test method is run.
ConfigImporterTest::setUp in core/modules/config/src/Tests/ConfigImporterTest.php
Performs setup tasks before each individual test method is run.
ConfigImportRecreateTest::setUp in core/modules/config/src/Tests/ConfigImportRecreateTest.php
Performs setup tasks before each individual test method is run.
ConfigImportRenameValidationTest::setUp in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
Performs setup tasks before each individual test method is run.

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