You are here

protected property NodePreviewForm::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/node/src/Form/NodePreviewForm.php \Drupal\node\Form\NodePreviewForm::entityManager

The entity manager service.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/node/src/Form/NodePreviewForm.php, line 29
Contains \Drupal\node\Form\NodePreviewForm.

Class

NodePreviewForm
Contains a form for switching the view mode of a node during preview.

Namespace

Drupal\node\Form

Code

protected $entityManager;