UpdateProcessorInterface::claimQueueItem

public UpdateProcessorInterface::claimQueueItem()

Claims an item in the update fetch queue for processing.

Return value

bool|\stdClass On success we return an item object. If the queue is unable to claim an item it returns false.

See also

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

File

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

Class

UpdateProcessorInterface
Processor of project update information.

Namespace

Drupal\update

Code

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

Please login to continue.