public BatchStorageInterface::load($id)
Loads a batch.
Parameters
int $id: The ID of the batch to load.
Return value
array An array representing the batch, or FALSE if no batch was found.
File
- core/lib/Drupal/Core/Batch/BatchStorageInterface.php, line 19
Class
- BatchStorageInterface
- Defines a common interface for batch storage operations.
Namespace
Drupal\Core\Batch
Code
public function load($id);
Please login to continue.