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);
Please login to continue.