UpdateFetcher::UPDATE_DEFAULT_URL

Same name in other branches
  1. 8.9.x core/modules/update/src/UpdateFetcher.php \Drupal\update\UpdateFetcher::UPDATE_DEFAULT_URL
  2. 10 core/modules/update/src/UpdateFetcher.php \Drupal\update\UpdateFetcher::UPDATE_DEFAULT_URL
  3. 11.x 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 21

Class

UpdateFetcher
Fetches project information from remote locations.

Namespace

Drupal\update

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.