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; }
Please login to continue.