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
- drupal/core/lib/Drupal/Core/Utility/BatchStorageInterface.php, line 22
- Definition of \Drupal\Core\Utility\BatchStorageInterface.
Class
- BatchStorageInterface
Namespace
Drupal\Core\Utility
Code
public function load($id);