REQUIREMENT_ERROR
Same name in other branches
- 9 core/includes/install.inc \REQUIREMENT_ERROR
- 8.9.x core/includes/install.inc \REQUIREMENT_ERROR
- 10 core/includes/install.inc \REQUIREMENT_ERROR
- 11.x 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
Code
define('REQUIREMENT_ERROR', 2);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.