BatchStorageInterface::create

public BatchStorageInterface::create(array $batch)

Creates and saves a batch.

Parameters

array $batch: The array representing the batch to create.

File

core/lib/Drupal/Core/Batch/BatchStorageInterface.php, line 27

Class

BatchStorageInterface
Defines a common interface for batch storage operations.

Namespace

Drupal\Core\Batch

Code

public function create(array $batch);
doc_Drupal
2016-10-29 08:46:10
Comments
Leave a Comment

Please login to continue.