UpdateProcessorInterface::numberOfQueueItems

public UpdateProcessorInterface::numberOfQueueItems()

Retrieves the number of items in the update fetch queue.

Return value

int An integer estimate of the number of items in the queue.

See also

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

File

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

Class

UpdateProcessorInterface
Processor of project update information.

Namespace

Drupal\update

Code

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

Please login to continue.