Loads a batch.
int $id: The ID of the batch to delete.
Overrides BatchStorageInterface::delete
public function delete($id) { $this->connection ->delete('batch') ->condition('bid', $id) ->execute(); }