function BatchStorageInterface::create
Creates and saves a batch.
Parameters
array $batch: The array representing the batch to create.
2 methods override BatchStorageInterface::create()
- BatchStorage::create in core/
lib/ Drupal/ Core/ ProxyClass/ Batch/ BatchStorage.php - Creates and saves a batch.
- BatchStorage::create in core/
lib/ Drupal/ Core/ Batch/ BatchStorage.php - Creates and saves a batch.
File
-
core/
lib/ Drupal/ Core/ Batch/ BatchStorageInterface.php, line 27
Class
- BatchStorageInterface
- Defines a common interface for batch storage operations.
Namespace
Drupal\Core\BatchCode
public function create(array $batch);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.