constant UPDATE_DEFAULT_URL in Drupal 7
Same name and namespace in other branches
- 6 modules/update/update.module \UPDATE_DEFAULT_URL
URL to check for updates, if a given project doesn't define its own.
1 use of UPDATE_DEFAULT_URL
- _update_get_fetch_url_base in modules/
update/ update.fetch.inc - Returns the base of the URL to fetch available update data for a project.
File
- modules/
update/ update.module, line 17 - Handles updates of Drupal core and contributed projects.
Code
define('UPDATE_DEFAULT_URL', 'http://updates.drupal.org/release-history');