hold_test.services.yml in Drupal 10
Same filename and directory in other branches
core/modules/system/tests/modules/hold_test/hold_test.services.yml
File
core/modules/system/tests/modules/hold_test/hold_test.services.ymlView source
- services:
- hold_test.response:
- class: Drupal\hold_test\EventSubscriber\HoldTestSubscriber
- arguments: ['%site.path%']
- tags:
- - { name: event_subscriber }