$projects =
$this->keyValueStore->
get($key,
[]);
} return $projects;
} /**
* {@inheritdoc}
*/
public function fetchDataBatch(&
$context) { if (empty($context['sandbox'
]['max'
])) { $context['finished'
] = 0;
$context['sandbox'
]['max'
] =
$this->updateProcessor->
numberOfQueueItems();
$context['sandbox'
]['progress'
] = 0;
$context['message'
] =
$this->
t('Checking available update data ...'
);
$context['results'
]['updated'
] = 0;
$context['results'
]['failures'
] = 0;
$context['results'
]['processed'
] = 0;
} // Grab another item from the fetch queue.
for ($i = 0;
$i < 5;
$i++
) { if ($item =
$this->updateProcessor->
claimQueueItem()) { if ($this->updateProcessor->
processFetchTask($item->data
)) {