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

Breadcrumb

  1. Drupal Core 11.1.x

NodeBulkForm.php

Namespace

Drupal\node\Plugin\views\field

File

core/modules/node/src/Plugin/views/field/NodeBulkForm.php

View source
<?php

namespace Drupal\node\Plugin\views\field;

use Drupal\views\Attribute\ViewsField;
use Drupal\views\Plugin\views\field\BulkForm;

/**
 * Defines a node operations bulk form element.
 */
class NodeBulkForm extends BulkForm {
    
    /**
     * {@inheritdoc}
     */
    protected function emptySelectedMessage() {
        return $this->t('No content selected.');
    }

}

Classes

Title Deprecated Summary
NodeBulkForm Defines a node 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