You are here

protected property CommentTypeDeleteForm::$entityManager in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/comment/src/Form/CommentTypeDeleteForm.php \Drupal\comment\Form\CommentTypeDeleteForm::entityManager

The entity manager service.

Type: \Drupal\Core\Entity\EntityManager

Overrides EntityForm::$entityManager

File

core/modules/comment/src/Form/CommentTypeDeleteForm.php, line 43
Contains \Drupal\comment\Form\CommentTypeDeleteForm.

Class

CommentTypeDeleteForm
Provides a confirmation form for deleting a comment type entity.

Namespace

Drupal\comment\Form

Code

protected $entityManager;