UpdateProcessor::fetchData

public UpdateProcessor::fetchData() Attempts to drain the queue of tasks for release history data to fetch. Overrides UpdateProcessorInterface::fetchData File core/modules/update/src/UpdateProcessor.php, line 128 Class UpdateProcessor Process project update information. Namespace Drupal\update Code public function fetchData() { $end = time() + $this->updateSettings->get('fetch.timeout'); while (time() < $end && ($item = $this->fetchQueue->claimItem())) {

UpdateProcessor::$privateKey

The private key. Type: \Drupal\Core\PrivateKey File core/modules/update/src/UpdateProcessor.php, line 78 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $privateKey;

UpdateProcessor::$fetchTaskStore

Update Fetch Task Store Type: \Drupal\Core\KeyValueStore\KeyValueStoreInterface File core/modules/update/src/UpdateProcessor.php, line 50 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $fetchTaskStore;

UpdateProcessor::$tempStore

Update key/value store Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface File core/modules/update/src/UpdateProcessor.php, line 43 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $tempStore;

UpdateProcessor::$updateSettings

The update settings Type: \Drupal\Core\Config\Config File core/modules/update/src/UpdateProcessor.php, line 22 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $updateSettings;

UpdateProcessor::$updateFetcher

The UpdateFetcher service. Type: \Drupal\update\UpdateFetcherInterface File core/modules/update/src/UpdateProcessor.php, line 29 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $updateFetcher;

UpdateProcessor::$fetchQueue

The update fetch queue. Type: \Drupal\Core\Queue\QueueInterface File core/modules/update/src/UpdateProcessor.php, line 36 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $fetchQueue;

UpdateProcessor::$failed

Array of release history URLs that we have failed to fetch Type: array File core/modules/update/src/UpdateProcessor.php, line 64 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $failed;

UpdateProcessor::$availableReleasesTempStore

Update available releases store Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface File core/modules/update/src/UpdateProcessor.php, line 57 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $availableReleasesTempStore;

UpdateProcessor

Process project update information. Hierarchy class \Drupal\update\UpdateProcessor implements UpdateProcessorInterface File core/modules/update/src/UpdateProcessor.php, line 15 Namespace Drupal\update Members Name Modifiers Type Description UpdateProcessor::$availableReleasesTempStore protected property Update available releases store UpdateProcessor::$failed protected property Array of release history URLs that we have failed to fetch UpdateProcessor::$fetchQu