constant UPGRADE_STATUS_CORE in Upgrade Status 7
Same name and namespace in other branches
- 5 upgrade_status.admin.inc \UPGRADE_STATUS_CORE
- 6 upgrade_status.module \UPGRADE_STATUS_CORE
Project has been moved into core.
3 uses of UPGRADE_STATUS_CORE
- theme_upgrade_status_report in ./
upgrade_status.report.inc - Returns HTML for the project status report.
- theme_upgrade_status_status_label in ./
upgrade_status.report.inc - Returns HTML for a label to display for a project's update status.
- upgrade_status_calculate_project_update_status in ./
upgrade_status.compare.inc - Calculates the current update status of a specific project.
File
- ./
upgrade_status.module, line 27 - Checks to see if your installed modules are available for the next major release of Drupal.
Code
define('UPGRADE_STATUS_CORE', 5000);