You are here

protected property EntityController::$entityManager in Zircon Profile 8

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

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/lib/Drupal/Core/Entity/Controller/EntityController.php, line 35
Contains \Drupal\Core\Entity\Controller\EntityController.

Class

EntityController
Provides generic entity title callbacks for use in routing.

Namespace

Drupal\Core\Entity\Controller

Code

protected $entityManager;