BatchStorageInterface::delete

public BatchStorageInterface::delete($id)

Deletes a batch.

Parameters

int $id: The ID of the batch to delete.

File

core/lib/Drupal/Core/Batch/BatchStorageInterface.php, line 43

Class

BatchStorageInterface
Defines a common interface for batch storage operations.

Namespace

Drupal\Core\Batch

Code

public function delete($id);
doc_Drupal
2016-10-29 08:46:10
Comments
Leave a Comment

Please login to continue.