Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
install.inc
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
constant REQUIREMENT_OK
Requirement severity -- Requirement successfully met.
1 use of REQUIREMENT_OK
drupal_requirements_severity
in drupal/
core/
includes/
install.inc
Extracts the highest severity from the requirements array.
File
drupal/
core/
includes/
install.inc
, line 20
API functions for installing modules and themes.
Code
const
REQUIREMENT_OK
=
0
;