protected property ParamConverterSubscriber::$paramConverterManager in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php \Drupal\Core\EventSubscriber\ParamConverterSubscriber::paramConverterManager
The parameter converter manager.
Type: \Drupal\Core\ParamConverter\ParamConverterManagerInterface
File
- core/
lib/ Drupal/ Core/ EventSubscriber/ ParamConverterSubscriber.php, line 20
Class
- ParamConverterSubscriber
- Event subscriber for registering parameter converters with routes.
Namespace
Drupal\Core\EventSubscriberCode
protected $paramConverterManager;