Reliable queue interface. Classes implementing this interface preserve the order of messages and guarantee that every item will be executed
Interface for a queue. Classes implementing this interface will do a best effort to preserve order in messages and to execute them at least
The database table name. File core/lib/Drupal/Core/Queue/DatabaseQueue.php, line 21
protected DatabaseQueue::catchException(\Exception $e)
public DatabaseQueue::createItem($data) Adds
The settings object. Type:
public Batch::claimItem($lease_time = 0) Overrides
public QueueInterface::claimItem($lease_time = 3600)
public DatabaseQueue::numberOfItems() Retrieves
public QueueInterface::deleteItem($item)
Page 3 of 6