You are here

constant UpdateFetcher::UPDATE_DEFAULT_URL in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/update/src/UpdateFetcher.php \Drupal\update\UpdateFetcher::UPDATE_DEFAULT_URL

URL to check for updates, if a given project doesn't define its own.

File

core/modules/update/src/UpdateFetcher.php, line 25
Contains \Drupal\update\UpdateFetcher.

Class

UpdateFetcher
Fetches project information from remote locations.

Namespace

Drupal\update

Code

const UPDATE_DEFAULT_URL = 'http://updates.drupal.org/release-history';