protected property BulkForm::$actions in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/field/BulkForm.php \Drupal\views\Plugin\views\field\BulkForm::actions
- 9 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 59
Class
- BulkForm
- Defines an actions-based bulk operation form element.
Namespace
Drupal\views\Plugin\views\fieldCode
protected $actions = [];