Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. install.inc

REQUIREMENT_OK

Requirement severity -- Requirement successfully met.

7 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::preRenderGroupRequirements in core/lib/Drupal/Core/Render/Element/StatusReport.php
#pre_render callback to group requirements.

... See full list

File

core/includes/install.inc, line 24

Code

const REQUIREMENT_OK = 0;
RSS feed
Powered by Drupal