Same name and namespace in other branches
  1. 5.x includes/install.inc \REQUIREMENT_OK
  2. 6.x includes/install.inc \REQUIREMENT_OK
  3. 7.x includes/install.inc \REQUIREMENT_OK
  4. 8.9.x core/includes/install.inc \REQUIREMENT_OK
  5. 9 core/includes/install.inc \REQUIREMENT_OK

Requirement severity -- Requirement successfully met.

9 uses of REQUIREMENT_OK
drupal_requirements_severity in core/includes/install.inc
Extracts the highest severity from the requirements array.
locale_requirements in core/modules/locale/locale.install
Implements hook_requirements().
mysql_requirements in core/modules/mysql/mysql.install
Implements hook_requirements().
pgsql_requirements in core/modules/pgsql/pgsql.install
Implements hook_requirements().
StatusReport::getSeverities in core/lib/Drupal/Core/Render/Element/StatusReport.php
Gets the severities.

... See full list

File

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

Code

const REQUIREMENT_OK = 0;