You are here

protected property CommentTypeForm::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/CommentTypeForm.php \Drupal\comment\CommentTypeForm::entityManager

Entity manager service.

Type: \Drupal\Core\Entity\EntityManagerInterface

Overrides EntityForm::$entityManager

File

core/modules/comment/src/CommentTypeForm.php, line 28
Contains \Drupal\comment\CommentTypeForm.

Class

CommentTypeForm
Base form controller for category edit forms.

Namespace

Drupal\comment

Code

protected $entityManager;