You are here

protected property EntityViewController::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/Controller/EntityViewController.php \Drupal\Core\Entity\Controller\EntityViewController::entityManager

The entity manager

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/lib/Drupal/Core/Entity/Controller/EntityViewController.php, line 27
Contains \Drupal\Core\Entity\Controller\EntityViewController.

Class

EntityViewController
Defines a generic controller to render a single entity.

Namespace

Drupal\Core\Entity\Controller

Code

protected $entityManager;