You are here

constant UPGRADE_STATUS_DEVELOPMENT in Upgrade Status 7

Same name and namespace in other branches
  1. 5 upgrade_status.admin.inc \UPGRADE_STATUS_DEVELOPMENT
  2. 6 upgrade_status.module \UPGRADE_STATUS_DEVELOPMENT

Project has a new release available, but it is not a security release.

3 uses of UPGRADE_STATUS_DEVELOPMENT
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 17
Checks to see if your installed modules are available for the next major release of Drupal.

Code

define('UPGRADE_STATUS_DEVELOPMENT', 1000);