public function UpdateManagerInterface::fetchDataBatch in Drupal 9
Same name and namespace in other branches
- 8 core/modules/update/src/UpdateManagerInterface.php \Drupal\update\UpdateManagerInterface::fetchDataBatch()
Processes a step in batch for fetching available update data.
Before calling this method, call UpdateManagerInterface::refreshUpdateData() to clear existing update data and initiate re-fetching.
Parameters
array $context: Reference to an array used for Batch API storage.
See also
\Drupal\update\UpdateManagerInterface::refreshUpdateData()
1 method overrides UpdateManagerInterface::fetchDataBatch()
- UpdateManager::fetchDataBatch in core/
modules/ update/ src/ UpdateManager.php - Processes a step in batch for fetching available update data.
File
- core/
modules/ update/ src/ UpdateManagerInterface.php, line 94
Class
- UpdateManagerInterface
- Manages project update information.
Namespace
Drupal\updateCode
public function fetchDataBatch(&$context);