You are here

service paramconverter_subscriber in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \paramconverter_subscriber

Class

Drupal\Core\EventSubscriber\ParamConverterSubscriber

Tags

  • event_subscriber

File

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

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