You are here

protected property ControllerBase::$entityManager in Zircon Profile 8

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

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/lib/Drupal/Core/Controller/ControllerBase.php, line 50
Contains \Drupal\Core\Controller\ControllerBase.

Class

ControllerBase
Utility base class for thin controllers.

Namespace

Drupal\Core\Controller

Code

protected $entityManager;