Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UpdateFetcherInterface.php

function UpdateFetcherInterface::getFetchBaseUrl

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 42

Class

UpdateFetcherInterface
Fetches project information from remote locations.

Namespace

Drupal\update

Code

public function getFetchBaseUrl($project);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal