constant UPGRADE_STATUS_CORE_VERSION in Upgrade Status 7
Same name and namespace in other branches
- 5 upgrade_status.admin.inc \UPGRADE_STATUS_CORE_VERSION
- 6 upgrade_status.module \UPGRADE_STATUS_CORE_VERSION
Default version of core we want to query for.
4 uses of UPGRADE_STATUS_CORE_VERSION
- upgrade_status_core_version_form in ./
upgrade_status.module - Form to display Drupal core version selection.
- upgrade_status_core_version_form_submit in ./
upgrade_status.module - Set the new Drupal core version in a variable; refresh project data.
- upgrade_status_moved_into_core in ./
upgrade_status.module - Return status and notice about modules moved into Core.
- _upgrade_status_process_fetch_task in ./
upgrade_status.fetch.inc - Processes a task to fetch available update data for a single project.
File
- ./
upgrade_status.module, line 12 - Checks to see if your installed modules are available for the next major release of Drupal.
Code
define('UPGRADE_STATUS_CORE_VERSION', '8.x');