event_dispatcher

Same name and namespace in other branches
  1. 9 core/core.services.yml \event_dispatcher
  2. 8.9.x core/core.services.yml \event_dispatcher
  3. 11.x core/core.services.yml \event_dispatcher

Class

Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher
9 string references to event_dispatcher
CheckpointStorageTest::getConfigImporter in core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
ConfigTestTrait::configImporter in core/tests/Drupal/Tests/ConfigTestTrait.php
Returns a ConfigImporter object to import test configuration.
Connection::dispatchEvent in core/lib/Drupal/Core/Database/Connection.php
Dispatches a database API event via the container dispatcher.
GotoAction::create in core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php
Creates an instance of the plugin.
install_config_import_batch in core/includes/install.core.inc
Creates a batch for the config importer to process.

... See full list

File

core/core.services.yml

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.