You are here

update_script_test.services.yml in Drupal 8

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

File

core/modules/system/tests/modules/update_script_test/update_script_test.services.yml
View source
  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 }