function BatchStorageInterface::delete
Same name in other branches
- 9 core/lib/Drupal/Core/Batch/BatchStorageInterface.php \Drupal\Core\Batch\BatchStorageInterface::delete()
- 10 core/lib/Drupal/Core/Batch/BatchStorageInterface.php \Drupal\Core\Batch\BatchStorageInterface::delete()
- 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\BatchCode
public function delete($id);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.