constant REQUIREMENT_INFO

Requirement severity -- Informational message only.

3 uses of REQUIREMENT_INFO
hook_requirements in drupal/core/modules/system/system.api.php
Check installation requirements and do status reporting.
locale_requirements in drupal/core/modules/locale/locale.install
Implements hook_requirements().
system_requirements in drupal/core/modules/system/system.install
Test and report Drupal installation requirements.

File

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

Code

const REQUIREMENT_INFO = -1;