public BatchStorageInterface::update(array $batch)
Updates a batch.
Parameters
array $batch: The array representing the batch to update.
File
- core/lib/Drupal/Core/Batch/BatchStorageInterface.php, line 35
Class
- BatchStorageInterface
- Defines a common interface for batch storage operations.
Namespace
Drupal\Core\Batch
Code
public function update(array $batch);
Please login to continue.