class NodeBulkForm

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

Defines a node operations bulk form element.

Plugin annotation

@ViewsField("node_bulk_form");

Hierarchy

Expanded class hierarchy of NodeBulkForm

1 file declares its use of NodeBulkForm
NodeBulkFormTest.php in core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php

File

core/modules/node/src/Plugin/views/field/NodeBulkForm.php, line 12

Namespace

Drupal\node\Plugin\views\field
View source
class NodeBulkForm extends BulkForm {
  
  /**
   * {@inheritdoc}
   */
  protected function emptySelectedMessage() {
    return $this->t('No content selected.');
  }

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.