REQUIREMENT_ERROR
Same name and namespace in other branches
- 9 core/includes/install.inc \REQUIREMENT_ERROR
- 8.9.x core/includes/install.inc \REQUIREMENT_ERROR
- 11.x core/includes/install.inc \REQUIREMENT_ERROR
Requirement severity -- Error condition; abort installation.
8 uses of REQUIREMENT_ERROR
- drupal_check_module in core/
includes/ install.inc - Checks a module's requirements.
- drupal_verify_profile in core/
includes/ install.inc - Verifies that all dependencies are met for a given installation profile.
- hook_requirements in core/
lib/ Drupal/ Core/ Extension/ module.api.php - Check installation requirements and do status reporting.
- install_check_requirements in core/
includes/ install.core.inc - Checks installation requirements and reports any errors.
- install_check_translations in core/
includes/ install.core.inc - Checks installation requirements and reports any errors.
File
-
core/
includes/ install.inc, line 35
Code
const REQUIREMENT_ERROR = 2;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.