public BatchStorage::schemaDefinition()
Defines the schema for the batch table.
File
core/lib/Drupal/Core/Batch/BatchStorage.php, line 204
Class
BatchStorage
Namespace
Drupal\Core\Batch
Code
public function schemaDefinition() {
return [
'description' => 'Stores details about batches (processes that run in multiple HTTP requests).',
'fields' => [
'bid' => [
'description' => 'Primary Key: Unique batch ID.',
// This is not a serial column, to a