constant REQUIREMENT_ERROR in Drupal 7
Same name and namespace in other branches
- 8 core/includes/install.inc \REQUIREMENT_ERROR
- 5 includes/install.inc \REQUIREMENT_ERROR
- 6 includes/install.inc \REQUIREMENT_ERROR
- 9 core/includes/install.inc \REQUIREMENT_ERROR
Requirement severity -- Error condition; abort installation.
21 uses of REQUIREMENT_ERROR
- color_requirements in modules/
color/ color.install - Implements hook_requirements().
- drupal_check_module in includes/
install.inc - Checks a module's requirements.
- drupal_verify_profile in includes/
install.inc - Verifies an installation profile for installation.
- hook_requirements in modules/
system/ system.api.php - Check installation requirements and do status reporting.
- image_requirements in modules/
image/ image.install - Implements hook_requirements() to check the PHP GD Library.
File
- includes/
install.inc, line 36 - API functions for installing modules and themes.
Code
define('REQUIREMENT_ERROR', 2);