UpdateProcessorInterface::deleteQueueItem

public UpdateProcessorInterface::deleteQueueItem($item)

Deletes a finished item from the update fetch queue.

Parameters

\stdClass $item: The item returned by \Drupal\Core\Queue\QueueInterface::claimItem().

See also

\Drupal\Core\Queue\QueueInterface::deleteItem()

File

core/modules/update/src/UpdateProcessorInterface.php, line 80

Class

UpdateProcessorInterface
Processor of project update information.

Namespace

Drupal\update

Code

public function deleteQueueItem($item);
doc_Drupal
2016-10-29 09:51:01
Comments
Leave a Comment

Please login to continue.