You are here

gathercontent_test.services.yml in GatherContent 8.4

tests/modules/gathercontent_test/gathercontent_test.services.yml

File

tests/modules/gathercontent_test/gathercontent_test.services.yml
View source
  1. services:
  2. my_event_subscriber:
  3. class: '\Drupal\gathercontent_test\EventSubscriber\MockGcEventSubscriber'
  4. tags:
  5. - { name: 'event_subscriber' }