You are here

protected property BatchBuilder::$operations in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Batch/BatchBuilder.php \Drupal\Core\Batch\BatchBuilder::operations

The set of operations to be processed.

Each operation is a tuple of the function / method to use and an array containing any parameters to be passed.

Type: array

File

core/lib/Drupal/Core/Batch/BatchBuilder.php, line 33

Class

BatchBuilder
Builds an array for a batch process.

Namespace

Drupal\Core\Batch

Code

protected $operations = [];