Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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\Attribute\ViewsField;
use Drupal\views\Plugin\views\field\BulkForm;

/**
 * Defines a comment operations bulk form element.
 */
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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal