You are here

protected property ParamConverterManager::$converters in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php \Drupal\Core\ParamConverter\ParamConverterManager::converters

Array of loaded converter services keyed by their ids.

Type: array

File

core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php, line 21

Class

ParamConverterManager
Manages converter services for converting request parameters to full objects.

Namespace

Drupal\Core\ParamConverter

Code

protected $converters = [];