ConfirmDeleteMultiple::__construct

public ConfirmDeleteMultiple::__construct(CommentStorageInterface $comment_storage)

Creates an new ConfirmDeleteMultiple form.

Parameters

\Drupal\comment\CommentStorageInterface $comment_storage: The comment storage.

File

core/modules/comment/src/Form/ConfirmDeleteMultiple.php, line 37

Class

ConfirmDeleteMultiple
Provides the comment multiple delete confirmation form.

Namespace

Drupal\comment\Form

Code

public function __construct(CommentStorageInterface $comment_storage) {
  $this->commentStorage = $comment_storage;
}
doc_Drupal
2016-10-29 08:55:29
Comments
Leave a Comment

Please login to continue.