You are here

protected property BulkForm::$actions in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/field/BulkForm.php \Drupal\views\Plugin\views\field\BulkForm::actions
  2. 10 core/modules/views/src/Plugin/views/field/BulkForm.php \Drupal\views\Plugin\views\field\BulkForm::actions

An array of actions that can be executed.

Type: \Drupal\system\ActionConfigEntityInterface[]

File

core/modules/views/src/Plugin/views/field/BulkForm.php, line 66

Class

BulkForm
Defines a actions-based bulk operation form element.

Namespace

Drupal\views\Plugin\views\field

Code

protected $actions = [];