You are here

hold_test.services.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/hold_test/hold_test.services.yml
core/modules/system/tests/modules/hold_test/hold_test.services.yml

File

core/modules/system/tests/modules/hold_test/hold_test.services.yml
View source
  1. services:
  2. hold_test.response:
  3. class: Drupal\hold_test\EventSubscriber\HoldTestSubscriber
  4. arguments: ['@site.path']
  5. tags:
  6. - { name: event_subscriber }