You are here

constant REQUIREMENT_ERROR in Zircon Profile 8.0

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

Requirement severity -- Error condition; abort installation.

20 uses of REQUIREMENT_ERROR
aggregator_requirements in core/modules/aggregator/aggregator.install
Implements hook_requirements().
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.
drupal_check_module in core/includes/install.inc
Checks a module's requirements.
drupal_verify_profile in core/includes/install.inc
Verifies that all dependencies are met for a given installation profile.

... See full list

File

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

Code

const REQUIREMENT_ERROR = 2;