Creates and saves a batch.
Parameters
array $batch:
The array representing the batch to create.
File
- drupal/core/lib/Drupal/Core/Utility/BatchStorageInterface.php, line 30
- Definition of \Drupal\Core\Utility\BatchStorageInterface.
Class
- BatchStorageInterface
Namespace
Drupal\Core\Utility
Code
public function create(array $batch);