REQUIREMENT_WARNING

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

Requirement severity -- Warning condition; proceed but flag warning.

22 uses of REQUIREMENT_WARNING
DbUpdateController::handle in core/modules/system/src/Controller/DbUpdateController.php
Returns a database update page.
DbUpdateController::requirements in core/modules/system/src/Controller/DbUpdateController.php
Renders a list of requirement errors or warnings.
demo_umami_requirements in core/profiles/demo_umami/demo_umami.install
Implements hook_requirements().
drupal_requirements_url in core/includes/install.inc
Returns a URL for proceeding to the next page after a requirements problem.
GDToolkit::getRequirements in core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
Gets toolkit requirements in a format suitable for hook_requirements().

... See full list

File

core/includes/install.inc, line 30

Code

const REQUIREMENT_WARNING = 1;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.