CommentBulkForm.php

Same filename and directory in other branches
  1. 9 core/modules/comment/src/Plugin/views/field/CommentBulkForm.php
  2. 10 core/modules/comment/src/Plugin/views/field/CommentBulkForm.php
  3. 11.x core/modules/comment/src/Plugin/views/field/CommentBulkForm.php

Namespace

Drupal\comment\Plugin\views\field

File

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.