You are here

service router.path_roots_subscriber in Drupal 10

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

Class

Drupal\Core\EventSubscriber\PathRootsSubscriber

Tags

  • event_subscriber

File

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

View source
  1. class: Drupal\Core\EventSubscriber\PathRootsSubscriber
  2. arguments:
  3. - '@state'
  4. tags:
  5. - { name: event_subscriber }