constant UPGRADE_STATUS_STABLE in Upgrade Status 7
Same name and namespace in other branches
- 5 upgrade_status.admin.inc \UPGRADE_STATUS_STABLE
- 6 upgrade_status.module \UPGRADE_STATUS_STABLE
Project is available.
3 uses of UPGRADE_STATUS_STABLE
- 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 22 - Checks to see if your installed modules are available for the next major release of Drupal.
Code
define('UPGRADE_STATUS_STABLE', 5);