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
1 | public function delete ( $id ); |
Please login to continue.