ReliableQueueInterface
  • References/PHP/Drupal/Queue/ReliableQueueInterface

Reliable queue interface. Classes implementing this interface preserve the order of messages and guarantee that every item will be executed

2025-01-10 15:47:30
QueueInterface
  • References/PHP/Drupal/Queue/QueueInterface

Interface for a queue. Classes implementing this interface will do a best effort to preserve order in messages and to execute them at least

2025-01-10 15:47:30
DatabaseQueue::TABLE_NAME
  • References/PHP/Drupal/Queue/DatabaseQueue

The database table name. File core/lib/Drupal/Core/Queue/DatabaseQueue.php, line 21

2025-01-10 15:47:30
DatabaseQueue::catchException
  • References/PHP/Drupal/Queue/DatabaseQueue

protected DatabaseQueue::catchException(\Exception $e)

2025-01-10 15:47:30
DatabaseQueue::createItem
  • References/PHP/Drupal/Queue/DatabaseQueue

public DatabaseQueue::createItem($data) Adds

2025-01-10 15:47:30
QueueFactory::$settings
  • References/PHP/Drupal/Queue/QueueFactory

The settings object. Type:

2025-01-10 15:47:30
Batch::claimItem
  • References/PHP/Drupal/Queue/Batch

public Batch::claimItem($lease_time = 0) Overrides

2025-01-10 15:47:30
QueueInterface::claimItem
  • References/PHP/Drupal/Queue/QueueInterface

public QueueInterface::claimItem($lease_time = 3600)

2025-01-10 15:47:30
DatabaseQueue::numberOfItems
  • References/PHP/Drupal/Queue/DatabaseQueue

public DatabaseQueue::numberOfItems() Retrieves

2025-01-10 15:47:30
QueueInterface::deleteItem
  • References/PHP/Drupal/Queue/QueueInterface

public QueueInterface::deleteItem($item)

2025-01-10 15:47:30