UpdateFetcherInterface::fetchProjectData

public UpdateFetcherInterface::fetchProjectData(array $project, $site_key = '')

Retrieves the project information.

Parameters

array $project: The array of project information from \Drupal\Update\UpdateManager::getProjects().

string $site_key: (optional) The anonymous site key hash. Defaults to an empty string.

Return value

string The project information fetched as string. Empty string upon failure.

File

core/modules/update/src/UpdateFetcherInterface.php, line 36

Class

UpdateFetcherInterface
Fetches project information from remote locations.

Namespace

Drupal\update

Code

public function fetchProjectData(array $project, $site_key = '');
doc_Drupal
2016-10-29 09:50:43
Comments
Leave a Comment

Please login to continue.