public function UpdateManagerInterface::fetchDataBatch in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/update/src/UpdateManagerInterface.php \Drupal\update\UpdateManagerInterface::fetchDataBatch()
Processes a step in batch for fetching available update data.
Parameters
array $context: Reference to an array used for Batch API storage.
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 67 - Contains \Drupal\update\UpdateManagerInterface.
Class
- UpdateManagerInterface
- Manages project update information.
Namespace
Drupal\updateCode
public function fetchDataBatch(&$context);