You are here

service hold_test.response in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/hold_test/hold_test.services.yml \hold_test.response

Class

Drupal\hold_test\EventSubscriber\HoldTestSubscriber

Tags

  • event_subscriber

File

core/modules/system/tests/modules/hold_test/hold_test.services.yml
core/modules/system/tests/modules/hold_test/hold_test.services.yml

View source
  1. class: Drupal\hold_test\EventSubscriber\HoldTestSubscriber
  2. arguments:
  3. - '@site.path'
  4. tags:
  5. - { name: event_subscriber }