BatchStorageInterface::load

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);
doc_Drupal
2016-10-29 08:46:10
Comments
Leave a Comment

Please login to continue.