public UpdateManagerInterface::fetchDataBatch(&$context)
Processes a step in batch for fetching available update data.
Parameters
array $context: Reference to an array used for Batch API storage.
File
- core/modules/update/src/UpdateManagerInterface.php, line 63
Class
- UpdateManagerInterface
- Manages project update information.
Namespace
Drupal\update
Code
1 | public function fetchDataBatch(& $context ); |
Please login to continue.