UpdateFetcherInterface::getFetchBaseUrl

public UpdateFetcherInterface::getFetchBaseUrl($project)

Returns the base of the URL to fetch available update data for a project.

Parameters

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

Return value

string The base of the URL used for fetching available update data. This does not include the path elements to specify a particular project, version, site_key, etc.

File

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

Class

UpdateFetcherInterface
Fetches project information from remote locations.

Namespace

Drupal\update

Code

public function getFetchBaseUrl($project);
doc_Drupal
2016-10-29 09:50:43
Comments
Leave a Comment

Please login to continue.