function UpdateProcessorInterface::numberOfQueueItems

Same name and namespace in other branches
  1. 9 core/modules/update/src/UpdateProcessorInterface.php \Drupal\update\UpdateProcessorInterface::numberOfQueueItems()
  2. 10 core/modules/update/src/UpdateProcessorInterface.php \Drupal\update\UpdateProcessorInterface::numberOfQueueItems()
  3. 11.x core/modules/update/src/UpdateProcessorInterface.php \Drupal\update\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()

1 method overrides UpdateProcessorInterface::numberOfQueueItems()
UpdateProcessor::numberOfQueueItems in core/modules/update/src/UpdateProcessor.php
Retrieves the number of items in the update fetch queue.

File

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

Class

UpdateProcessorInterface
Processor of project update information.

Namespace

Drupal\update

Code

public function numberOfQueueItems();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.