You are here

service hook_event_dispatcher.manager in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 hook_event_dispatcher.services.yml \hook_event_dispatcher.manager
  2. 8 hook_event_dispatcher.services.yml \hook_event_dispatcher.manager

Class

Drupal\hook_event_dispatcher\Manager\HookEventDispatcherManager
110 string references to hook_event_dispatcher.manager
AbstractFieldSettingsSummaryAlterEventTestCase::setUp in modules/field_event_dispatcher/tests/src/Unit/Field/AbstractFieldSettingsSummaryAlterEventTestCase.php
Sets up the test.
AbstractFormEntityDisplayEditAlterEventSubscriberTestCase::setUp in modules/field_event_dispatcher/tests/src/Unit/Field/AbstractFormEntityDisplayEditAlterEventSubscriberTestCase.php
Sets up the test.
BlockEventTest::setUp in modules/core_event_dispatcher/tests/src/Unit/Block/BlockEventTest.php
core_event_dispatcher_block_build_alter in modules/core_event_dispatcher/core_event_dispatcher.module
Implements hook_block_build_alter().
core_event_dispatcher_cron in modules/core_event_dispatcher/core_event_dispatcher.module
Implements hook_cron().

... See full list

File

./hook_event_dispatcher.services.yml
hook_event_dispatcher.services.yml

View source
  1. class: Drupal\hook_event_dispatcher\Manager\HookEventDispatcherManager
  2. arguments:
  3. - '@event_dispatcher'