Default queue implementation.
Hierarchy
- class SystemQueue implements BackdropReliableQueueInterface
Expanded class hierarchy of SystemQueue
Related topics
File
- core/
modules/ system/ system.queue.inc, line 196 - Queue functionality.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
SystemQueue:: |
protected | property | The name of the queue this instance is working with. |
SystemQueue:: |
public | function |
Claim an item in the queue for processing. Overrides BackdropQueueInterface:: |
SystemQueue:: |
public | function |
Add a queue item and store it directly to the queue. Overrides BackdropQueueInterface:: |
SystemQueue:: |
public | function |
Create a queue. Overrides BackdropQueueInterface:: |
SystemQueue:: |
public | function |
Delete a finished item from the queue. Overrides BackdropQueueInterface:: |
SystemQueue:: |
public | function |
Delete a queue and every item in the queue. Overrides BackdropQueueInterface:: |
SystemQueue:: |
public | function |
Retrieve the number of items in the queue. Overrides BackdropQueueInterface:: |
SystemQueue:: |
public | function |
Release an item that the worker could not process, so another
worker can come in and process it before the timeout expires. Overrides BackdropQueueInterface:: |
SystemQueue:: |
public | function |