You are here

public function BatchStorageInterface::cleanup in Drupal 10

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

Cleans up failed or old batches.

1 method overrides BatchStorageInterface::cleanup()
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 48

Class

BatchStorageInterface
Defines a common interface for batch storage operations.

Namespace

Drupal\Core\Batch

Code

public function cleanup();