function CommentBulkForm::emptySelectedMessage
Same name in other branches
- 9 core/modules/comment/src/Plugin/views/field/CommentBulkForm.php \Drupal\comment\Plugin\views\field\CommentBulkForm::emptySelectedMessage()
- 8.9.x core/modules/comment/src/Plugin/views/field/CommentBulkForm.php \Drupal\comment\Plugin\views\field\CommentBulkForm::emptySelectedMessage()
- 11.x core/modules/comment/src/Plugin/views/field/CommentBulkForm.php \Drupal\comment\Plugin\views\field\CommentBulkForm::emptySelectedMessage()
Overrides BulkForm::emptySelectedMessage
File
-
core/
modules/ comment/ src/ Plugin/ views/ field/ CommentBulkForm.php, line 17
Class
- CommentBulkForm
- Defines a comment operations bulk form element.
Namespace
Drupal\comment\Plugin\views\fieldCode
protected function emptySelectedMessage() {
return $this->t('Select one or more comments to perform the update on.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.