protected property EntityConverter::$entityManager in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/ParamConverter/EntityConverter.php \Drupal\Core\ParamConverter\EntityConverter::entityManager
Entity manager which performs the upcasting in the end.
Type: \Drupal\Core\Entity\EntityManagerInterface
File
- core/
lib/ Drupal/ Core/ ParamConverter/ EntityConverter.php, line 51 - Contains \Drupal\Core\ParamConverter\EntityConverter.
Class
- EntityConverter
- Parameter converter for upcasting entity IDs to full objects.
Namespace
Drupal\Core\ParamConverterCode
protected $entityManager;