You are here

protected property CommentTypeDeleteForm::$entity in Zircon Profile 8

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

The entity being used by this form.

Type: \Drupal\comment\CommentTypeInterface

Overrides EntityForm::$entity

File

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

Class

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

Namespace

Drupal\comment\Form

Code

protected $entity;