You are here

public function UpdateProcessorInterface::fetchData in Drupal 8

Same name and namespace in other branches
  1. 9 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();