Defines a batch queue handler used by the Batch API.
This implementation:
- Ensures FIFO ordering.
- Allows an item to be repeatedly claimed until it is actually deleted (no
notion of lease time or 'expire' date), to allow multipass operations.
Stale items from failed batches are cleaned from the {queue} table on cron
using the 'created' date.
Hierarchy
Expanded class hierarchy of Batch
File
- drupal/core/lib/Drupal/Core/Queue/Batch.php, line 21
- Definition of Drupal\Core\Queue\Batch.
Namespace
Drupal\Core\Queue
Members