public function BatchStorageInterface::update in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Batch/BatchStorageInterface.php \Drupal\Core\Batch\BatchStorageInterface::update()
Updates a batch.
Parameters
array $batch: The array representing the batch to update.
2 methods override BatchStorageInterface::update()
- BatchStorage::update in core/
lib/ Drupal/ Core/ ProxyClass/ Batch/ BatchStorage.php - Updates a batch.
- BatchStorage::update in core/
lib/ Drupal/ Core/ Batch/ BatchStorage.php - Updates a batch.
File
- core/
lib/ Drupal/ Core/ Batch/ BatchStorageInterface.php, line 35
Class
- BatchStorageInterface
- Defines a common interface for batch storage operations.
Namespace
Drupal\Core\BatchCode
public function update(array $batch);