class SystemQueue

Default queue implementation.

Hierarchy

Expanded class hierarchy of SystemQueue

Related topics

File

modules/system/system.queue.inc, line 198
Queue functionality.

Members

Name Modifiers Type Description
SystemQueue::$name protected property The name of the queue this instance is working with.
SystemQueue::claimItem public function Claim an item in the queue for processing. Overrides DrupalQueueInterface::claimItem
SystemQueue::createItem public function Add a queue item and store it directly to the queue. Overrides DrupalQueueInterface::createItem
SystemQueue::createQueue public function Create a queue. Overrides DrupalQueueInterface::createQueue
SystemQueue::deleteItem public function Delete a finished item from the queue. Overrides DrupalQueueInterface::deleteItem
SystemQueue::deleteQueue public function Delete a queue and every item in the queue. Overrides DrupalQueueInterface::deleteQueue
SystemQueue::numberOfItems public function Retrieve the number of items in the queue. Overrides DrupalQueueInterface::numberOfItems
SystemQueue::releaseItem 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 DrupalQueueInterface::releaseItem
SystemQueue::__construct public function

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!system!system.queue.inc/class/SystemQueue/7.x