BatchBuilder::$progressive
Same name in other branches
- 9 core/lib/Drupal/Core/Batch/BatchBuilder.php \Drupal\Core\Batch\BatchBuilder::progressive
- 8.9.x core/lib/Drupal/Core/Batch/BatchBuilder.php \Drupal\Core\Batch\BatchBuilder::progressive
- 10 core/lib/Drupal/Core/Batch/BatchBuilder.php \Drupal\Core\Batch\BatchBuilder::progressive
Specifies if the batch is progressive.
If true, multiple calls are used. Otherwise an attempt is made to process the batch in a single run.
Type: bool
File
-
core/
lib/ Drupal/ Core/ Batch/ BatchBuilder.php, line 102
Class
- BatchBuilder
- Builds an array for a batch process.
Namespace
Drupal\Core\BatchCode
protected $progressive = TRUE;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.