constant REQUIREMENT_ERROR

Requirement severity -- Error condition; abort installation.

19 uses of REQUIREMENT_ERROR
aggregator_requirements in drupal/core/modules/aggregator/aggregator.install
Implements hook_requirements().
color_requirements in drupal/core/modules/color/color.install
Implements hook_requirements().
drupal_check_module in drupal/core/includes/install.inc
Checks a module's requirements.
drupal_verify_profile in drupal/core/includes/install.inc
Verifies that all dependencies are met for a given installation profile.
hook_requirements in drupal/core/modules/system/system.api.php
Check installation requirements and do status reporting.

... See full list

File

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

Code

const REQUIREMENT_ERROR = 2;