- 1.12.x modules/system/system.queue.inc BackdropQueueInterface
- 1.10.x modules/system/system.queue.inc BackdropQueueInterface
- 1.11.x modules/system/system.queue.inc BackdropQueueInterface
- 1.7.x modules/system/system.queue.inc BackdropQueueInterface
- 1.8.x modules/system/system.queue.inc BackdropQueueInterface
- 1.9.x modules/system/system.queue.inc BackdropQueueInterface
Implemented by
Hierarchy
- interface BackdropQueueInterface
Expanded class hierarchy of BackdropQueueInterface
Related topics
File
- modules/
system/ system.queue.inc, line 98 - Queue functionality.
Members
Name![]() |
Modifiers | Type | Description |
---|---|---|---|
BackdropQueueInterface:: |
public | function | Claim an item in the queue for processing. |
BackdropQueueInterface:: |
public | function | Add a queue item and store it directly to the queue. |
BackdropQueueInterface:: |
public | function | Create a queue. |
BackdropQueueInterface:: |
public | function | Delete a finished item from the queue. |
BackdropQueueInterface:: |
public | function | Delete a queue and every item in the queue. |
BackdropQueueInterface:: |
public | function | Retrieve the number of items in the queue. |
BackdropQueueInterface:: |
public | function | Release an item that the worker could not process, so another worker can come in and process it before the timeout expires. |