You are here

constant REQUIREMENT_OK in Drupal 9

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

Requirement severity -- Requirement successfully met.

4 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().
StatusReport::preRenderGroupRequirements in core/lib/Drupal/Core/Render/Element/StatusReport.php
#pre_render callback to group requirements.
system_requirements in core/modules/system/system.install
Implements hook_requirements().

File

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

Code

const REQUIREMENT_OK = 0;