service router_listener

Class

Symfony\Component\HttpKernel\EventListener\RouterListener

Tags

  • event_subscriber

File

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

View source
  1. class: Symfony\Component\HttpKernel\EventListener\RouterListener
  2. tags:
  3. - { name: event_subscriber }
  4. arguments:
  5. - '@router'