You are here

protected property BulkForm::$actions in Zircon Profile 8

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

An array of actions that can be executed.

Type: \Drupal\system\ActionConfigEntityInterface[]

File

core/modules/system/src/Plugin/views/field/BulkForm.php, line 57
Contains \Drupal\system\Plugin\views\field\BulkForm.

Class

BulkForm
Defines a actions-based bulk operation form element.

Namespace

Drupal\system\Plugin\views\field

Code

protected $actions = array();