Defines a batch queue handler used by the Batch API for non-progressive
batches.
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.
Hierarchy
Expanded class hierarchy of BatchMemory
File
- drupal/core/lib/Drupal/Core/Queue/BatchMemory.php, line 19
- Definition of Drupal\Core\Queue\BatchMemory.
Namespace
Drupal\Core\Queue
Members