You are here

service path_processor_front in Drupal 10

Same name and namespace in other branches
  1. 8 core/core.services.yml \path_processor_front
  2. 9 core/core.services.yml \path_processor_front

Class

Drupal\Core\PathProcessor\PathProcessorFront

Tags

  • path_processor_inbound

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\PathProcessor\PathProcessorFront
  2. tags:
  3. - { name: path_processor_inbound, priority: 200 }
  4. arguments:
  5. - '@config.factory'