function BatchStorage::load
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.
Overrides BatchStorageInterface::load
File
-
core/
lib/ Drupal/ Core/ ProxyClass/ Batch/ BatchStorage.php, line 73
Class
- BatchStorage
- Provides a proxy class for \Drupal\Core\Batch\BatchStorage.
Namespace
Drupal\Core\ProxyClass\BatchCode
public function load($id) {
return $this->lazyLoadItself()
->load($id);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.