Version 1
[yaffs-website] / web / core / modules / system / tests / modules / update_script_test / update_script_test.services.yml
1 services:
2   update_script_test.broken_path_processor:
3     class: Drupal\update_script_test\PathProcessor\BrokenInboundPathProcessor
4     arguments: ['@state']
5     tags:
6       - { name: path_processor_inbound, priority: 1000 }
7