function UpdateProcessorInterface::fetchData

Same name and namespace in other branches
  1. 9 core/modules/update/src/UpdateProcessorInterface.php \Drupal\update\UpdateProcessorInterface::fetchData()
  2. 10 core/modules/update/src/UpdateProcessorInterface.php \Drupal\update\UpdateProcessorInterface::fetchData()
  3. 11.x core/modules/update/src/UpdateProcessorInterface.php \Drupal\update\UpdateProcessorInterface::fetchData()

Attempts to drain the queue of tasks for release history data to fetch.

1 method overrides UpdateProcessorInterface::fetchData()
UpdateProcessor::fetchData in core/modules/update/src/UpdateProcessor.php
Attempts to drain the queue of tasks for release history data to fetch.

File

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

Class

UpdateProcessorInterface
Processor of project update information.

Namespace

Drupal\update

Code

public function fetchData();

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