constant UPGRADE_STATUS_CORE_VERSION in Upgrade Status 5
Same name and namespace in other branches
- 6 upgrade_status.module \UPGRADE_STATUS_CORE_VERSION
- 7 upgrade_status.module \UPGRADE_STATUS_CORE_VERSION
Default version of core we want to query for.
3 uses of UPGRADE_STATUS_CORE_VERSION
- upgrade_status_core_version_form in ./
upgrade_status.admin.inc - Form to display Drupal core version selection.
- upgrade_status_core_version_form_submit in ./
upgrade_status.admin.inc - Set the new Drupal core version in a variable; refresh project data.
- upgrade_status_refresh in ./
upgrade_status.admin.inc - Fetch project info via XML from a central server.
File
- ./
upgrade_status.admin.inc, line 12 - Checks to see if your installed modules are available for the next major release of Drupal.
Code
define('UPGRADE_STATUS_CORE_VERSION', '6.x');