public function BatchStorageInterface::cleanup in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Batch/BatchStorageInterface.php \Drupal\Core\Batch\BatchStorageInterface::cleanup()
- 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\BatchCode
public function cleanup();