You are here

trailing_slash.services.yml in Trailing Slash 8

File

trailing_slash.services.yml
View source
  1. services:
  2. trailing_slash.path_processor_trailing_slash:
  3. class: Drupal\trailing_slash\PathProcessor\TrailingSlashOutboundPathProcessor
  4. # It must be executed as the last PathProcessor
  5. tags:
  6. - { name: path_processor_outbound, priority: -1}
  7. arguments:
  8. - '@router.admin_context'
  9. - '@entity_type.manager'