You are here

service route_enhancer.param_conversion in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \route_enhancer.param_conversion
  2. 10 core/core.services.yml \route_enhancer.param_conversion

Class

Drupal\Core\Routing\Enhancer\ParamConversionEnhancer

Tags

  • route_enhancer
  • event_subscriber

File

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

View source
  1. class: Drupal\Core\Routing\Enhancer\ParamConversionEnhancer
  2. arguments:
  3. - '@paramconverter_manager'
  4. tags:
  5. - { name: route_enhancer, priority: 5000 }
  6. - { name: event_subscriber }