You are here

service route_subscriber.module in Drupal 10

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

Class

Drupal\Core\EventSubscriber\ModuleRouteSubscriber

Tags

  • event_subscriber

File

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

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