You are here

constant UPGRADE_STATUS_NOT_PORTED in Upgrade Status 5

Project has not been ported yet.

2 uses of UPGRADE_STATUS_NOT_PORTED
theme_upgrade_status_report in ./upgrade_status.admin.inc
Theme project status report.
upgrade_status_calculate_project_data in ./upgrade_status.admin.inc
Given the installed projects and the available release data retrieved from remote servers, calculate the current status.

File

./upgrade_status.admin.inc, line 22
Checks to see if your installed modules are available for the next major release of Drupal.

Code

define('UPGRADE_STATUS_NOT_PORTED', 3);