constant REQUIREMENT_OK

Requirement severity -- Requirement successfully met.

2 uses of REQUIREMENT_OK
drupal_requirements_severity in drupal/core/includes/install.inc
Extracts the highest severity from the requirements array.
locale_requirements in drupal/core/modules/locale/locale.install
Implements hook_requirements().

File

drupal/core/includes/install.inc, line 23
API functions for installing modules and themes.

Code

const REQUIREMENT_OK = 0;