constant REQUIREMENT_WARNING in Drupal 6
Same name and namespace in other branches
- 8 core/includes/install.inc \REQUIREMENT_WARNING
- 5 includes/install.inc \REQUIREMENT_WARNING
- 7 includes/install.inc \REQUIREMENT_WARNING
- 9 core/includes/install.inc \REQUIREMENT_WARNING
6 uses of REQUIREMENT_WARNING
- install_check_requirements in ./
install.php - Check installation requirements and report any errors.
- system_requirements in modules/
system/ system.install - Implementation of hook_requirements().
- unicode_requirements in includes/
unicode.inc - Return Unicode library status and errors.
- update_help in modules/
update/ update.module - Implementation of hook_help().
- update_requirements in modules/
update/ update.module - Implementation of hook_requirements().
File
- includes/
install.inc, line 8
Code
define('REQUIREMENT_WARNING', 1);