Hierarchy
- class \Drupal\Core\Batch\BatchStorage implements BatchStorageInterface
File
- core/lib/Drupal/Core/Batch/BatchStorage.php, line 10
Namespace
Drupal\Core\Batch
Members
Name | Modifiers | Type | Description |
---|---|---|---|
BatchStorage::$connection | protected | property | The database connection. |
BatchStorage::$csrfToken | protected | property | The CSRF token generator. |
BatchStorage::$session | protected | property | The session. |
BatchStorage::catchException | protected | function | Act on an exception when batch might be stale. |
BatchStorage::cleanup | public | function | Cleans up failed or old batches. Overrides BatchStorageInterface::cleanup |
BatchStorage::create | public | function | Creates and saves a batch. Overrides BatchStorageInterface::create |
BatchStorage::delete | public | function | Deletes a batch. Overrides BatchStorageInterface::delete |
BatchStorage::doCreate | protected | function | Saves a batch. |
BatchStorage::ensureTableExists | protected | function | Check if the table exists and create it if not. |
BatchStorage::load | public | function | Loads a batch. Overrides BatchStorageInterface::load |
BatchStorage::schemaDefinition | public | function | Defines the schema for the batch table. |
BatchStorage::TABLE_NAME | constant | The table name. | |
BatchStorage::update | public | function | Updates a batch. Overrides BatchStorageInterface::update |
BatchStorage::__construct | public | function | Constructs the database batch storage service. |
Please login to continue.