function UpdateProcessor::numberOfQueueItems
Same name in other branches
- 9 core/modules/update/src/UpdateProcessor.php \Drupal\update\UpdateProcessor::numberOfQueueItems()
- 10 core/modules/update/src/UpdateProcessor.php \Drupal\update\UpdateProcessor::numberOfQueueItems()
- 11.x core/modules/update/src/UpdateProcessor.php \Drupal\update\UpdateProcessor::numberOfQueueItems()
Overrides UpdateProcessorInterface::numberOfQueueItems
File
-
core/
modules/ update/ src/ UpdateProcessor.php, line 256
Class
- UpdateProcessor
- Process project update information.
Namespace
Drupal\updateCode
public function numberOfQueueItems() {
return $this->fetchQueue
->numberOfItems();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.