public function DrupalQueueInterface::deleteItem

public DrupalQueueInterface::deleteItem($item)

Delete a finished item from the queue.

Parameters

$item: The item returned by DrupalQueueInterface::claimItem().

File

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

Class

DrupalQueueInterface

Code

public function deleteItem($item);

© 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/function/DrupalQueueInterface::deleteItem/7.x