You are here

public function BatchStorageInterface::cleanup in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Batch/BatchStorageInterface.php \Drupal\Core\Batch\BatchStorageInterface::cleanup()

Cleans up failed or old batches.

2 methods override BatchStorageInterface::cleanup()
BatchStorage::cleanup in core/lib/Drupal/Core/Batch/BatchStorage.php
Cleans up failed or old batches.
BatchStorage::cleanup in core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php
Cleans up failed or old batches.

File

core/lib/Drupal/Core/Batch/BatchStorageInterface.php, line 53
Contains \Drupal\Core\Batch\BatchStorageInterface.

Class

BatchStorageInterface
Defines a common interface for batch storage operations.

Namespace

Drupal\Core\Batch

Code

public function cleanup();