protected property EntityConverter::$entityManager

Entity manager which performs the upcasting in the end.

Type: \Drupal\Core\Entity\EntityManager

File

drupal/core/lib/Drupal/Core/ParamConverter/EntityConverter.php, line 25
Contains Drupal\Core\ParamConverter\EntityConverter.

Class

EntityConverter
This class allows the upcasting of entity ids to the respective entity object.

Namespace

Drupal\Core\ParamConverter

Code

protected $entityManager;