function BatchStorageInterface::delete

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Batch/BatchStorageInterface.php \Drupal\Core\Batch\BatchStorageInterface::delete()
  2. 10 core/lib/Drupal/Core/Batch/BatchStorageInterface.php \Drupal\Core\Batch\BatchStorageInterface::delete()
  3. 11.x core/lib/Drupal/Core/Batch/BatchStorageInterface.php \Drupal\Core\Batch\BatchStorageInterface::delete()

Deletes a batch.

Parameters

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

2 methods override BatchStorageInterface::delete()
BatchStorage::delete in core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php
Deletes a batch.
BatchStorage::delete in core/lib/Drupal/Core/Batch/BatchStorage.php
Deletes a batch.

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);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.