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_INFO
Requirement severity -- Informational message only.
1 use of REQUIREMENT_INFO
hook_requirements
in drupal/
core/
modules/
system/
system.api.php
Check installation requirements and do status reporting.
File
drupal/
core/
includes/
install.inc
, line 15
API functions for installing modules and themes.
Code
const
REQUIREMENT_INFO
= -
1
;