Defines a common interface for batch storage operations.
Hierarchy
- interface \Drupal\Core\Batch\BatchStorageInterface
File
- core/lib/Drupal/Core/Batch/BatchStorageInterface.php, line 8
Namespace
Drupal\Core\Batch
Members
Name | Modifiers | Type | Description |
---|---|---|---|
BatchStorageInterface::cleanup | public | function | Cleans up failed or old batches. |
BatchStorageInterface::create | public | function | Creates and saves a batch. |
BatchStorageInterface::delete | public | function | Deletes a batch. |
BatchStorageInterface::load | public | function | Loads a batch. |
BatchStorageInterface::update | public | function | Updates a batch. |
Please login to continue.