function CommentBulkForm::emptySelectedMessage

Same name and namespace in other branches
  1. 9 core/modules/comment/src/Plugin/views/field/CommentBulkForm.php \Drupal\comment\Plugin\views\field\CommentBulkForm::emptySelectedMessage()
  2. 10 core/modules/comment/src/Plugin/views/field/CommentBulkForm.php \Drupal\comment\Plugin\views\field\CommentBulkForm::emptySelectedMessage()
  3. 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\field

Code

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.