service paramconverter_manager

Class

Drupal\Core\ParamConverter\ParamConverterManager

Tags

  • route_enhancer
1 string reference to paramconverter_manager
RegisterParamConvertersPass::process in drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterParamConvertersPass.php
Adds services tagged with "paramconverter" to the param converter service.

File

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

View source
  1. class: Drupal\Core\ParamConverter\ParamConverterManager
  2. tags:
  3. - { name: route_enhancer }