BatchStorageInterface::update

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);
doc_Drupal
2016-10-29 08:46:11
Comments
Leave a Comment

Please login to continue.