You are here

protected property HtmlEntityFormController::$entityManager in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/HtmlEntityFormController.php \Drupal\Core\Entity\HtmlEntityFormController::entityManager

The entity manager service.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/lib/Drupal/Core/Entity/HtmlEntityFormController.php, line 25
Contains \Drupal\Core\Entity\HtmlEntityFormController.

Class

HtmlEntityFormController
Wrapping controller for entity forms that serve as the main page body.

Namespace

Drupal\Core\Entity

Code

protected $entityManager;