public UpdateProcessorInterface::processFetchTask($project)
Processes a task to fetch available update data for a single project.
Once the release history XML data is downloaded, it is parsed and saved in an entry just for that project.
Parameters
array $project: Associative array of information about the project to fetch data for.
Return value
bool TRUE if we fetched parsable XML, otherwise FALSE.
File
- core/modules/update/src/UpdateProcessorInterface.php, line 60
Class
- UpdateProcessorInterface
- Processor of project update information.
Namespace
Drupal\update
Code
public function processFetchTask($project);
Please login to continue.