You are here

protected property ConfirmDeleteMultiple::$comments in Zircon Profile 8.0

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

An array of comments to be deleted.

Type: \Drupal\comment\CommentInterface[]

File

core/modules/comment/src/Form/ConfirmDeleteMultiple.php, line 34
Contains \Drupal\comment\Form\ConfirmDeleteMultiple.

Class

ConfirmDeleteMultiple
Provides the comment multiple delete confirmation form.

Namespace

Drupal\comment\Form

Code

protected $comments;