function DrupalQueueInterface::releaseItem
Release an item that the worker could not process, so another worker can come in and process it before the timeout expires.
Parameters
$item:
Return value
boolean
1 method overrides DrupalQueueInterface::releaseItem()
- MemoryQueue::releaseItem in modules/
system/ system.queue.inc - Release an item that the worker could not process, so another worker can come in and process it before the timeout expires.
File
-
modules/
system/ system.queue.inc, line 165
Class
Code
public function releaseItem($item);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.