class CommentBulkForm

Same name and namespace in other branches
  1. 11.x core/modules/comment/src/Plugin/views/field/CommentBulkForm.php \Drupal\comment\Plugin\views\field\CommentBulkForm

Defines a comment operations bulk form element.

Plugin annotation

@ViewsField("comment_bulk_form");

Hierarchy

Expanded class hierarchy of CommentBulkForm

1 file declares its use of CommentBulkForm
CommentBulkFormTest.php in core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php

File

core/modules/comment/src/Plugin/views/field/CommentBulkForm.php, line 12

Namespace

Drupal\comment\Plugin\views\field
View source
class CommentBulkForm extends BulkForm {
  
  /**
   * {@inheritdoc}
   */
  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.