function UpdateProcessorInterface::deleteQueueItem
Deletes a finished item from the update fetch queue.
Parameters
object $item: The item returned by \Drupal\Core\Queue\QueueInterface::claimItem().
See also
\Drupal\Core\Queue\QueueInterface::deleteItem()
1 method overrides UpdateProcessorInterface::deleteQueueItem()
- UpdateProcessor::deleteQueueItem in core/
modules/ update/ src/ UpdateProcessor.php  - Deletes a finished item from the update fetch queue.
 
File
- 
              core/
modules/ update/ src/ UpdateProcessorInterface.php, line 79  
Class
- UpdateProcessorInterface
 - Processor of project update information.
 
Namespace
Drupal\updateCode
public function deleteQueueItem($item);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.