CommentBulkForm.php
Same filename in other branches
Namespace
Drupal\comment\Plugin\views\fieldFile
-
core/
modules/ comment/ src/ Plugin/ views/ field/ CommentBulkForm.php
View source
<?php
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugin\views\field\BulkForm;
/**
* Defines a comment operations bulk form element.
*
* @ViewsField("comment_bulk_form")
*/
class CommentBulkForm extends BulkForm {
/**
* {@inheritdoc}
*/
protected function emptySelectedMessage() {
return $this->t('Select one or more comments to perform the update on.');
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
CommentBulkForm | Defines a comment operations bulk form element. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.