You are here

constant REQUIREMENT_WARNING in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/includes/install.inc \REQUIREMENT_WARNING

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

14 uses of REQUIREMENT_WARNING
color_requirements in core/modules/color/color.install
Implements hook_requirements().
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.
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 29
API functions for installing modules and themes.

Code

const REQUIREMENT_WARNING = 1;