Batch |
drupal/core/lib/Drupal/Core/Queue/Batch.php |
Defines a batch queue handler used by the Batch API. |
BatchMemory |
drupal/core/lib/Drupal/Core/Queue/BatchMemory.php |
Defines a batch queue handler used by the Batch API for non-progressive
batches. |
Memory |
drupal/core/lib/Drupal/Core/Queue/Memory.php |
Static queue implementation. |
QueueInterface |
drupal/core/lib/Drupal/Core/Queue/QueueInterface.php |
Interface for a queue. |
ReliableQueueInterface |
drupal/core/lib/Drupal/Core/Queue/ReliableQueueInterface.php |
Reliable queue interface. |
System |
drupal/core/lib/Drupal/Core/Queue/System.php |
Default queue implementation. |