You are here

protected property EntityConverter::$entityManager in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\ParamConverter

Code

protected $entityManager;