public function BatchStorageInterface::delete in Drupal 8
Same name and namespace in other branches
- 9 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\BatchCode
public function delete($id);