You are here

service single_language_url_prefix.path_processor in Single Language URL Prefix 8

Same name and namespace in other branches
  1. 2.0.x single_language_url_prefix.services.yml \single_language_url_prefix.path_processor

Class

Drupal\single_language_url_prefix\SingleLanguageNegotiationUrl

Tags

  • path_processor_inbound
  • path_processor_outbound

File

./single_language_url_prefix.services.yml
single_language_url_prefix.services.yml

View source
  1. class: Drupal\single_language_url_prefix\SingleLanguageNegotiationUrl
  2. tags:
  3. - { name: path_processor_inbound, priority: 500 }
  4. - { name: path_processor_outbound, priority: -1 }
  5. arguments:
  6. - '@language_manager'
  7. - '@config.factory'
  8. - '@path.matcher'