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
»
schema.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 SCHEMA_INSTALLED
Indicates that a module has been installed.
Related topics
Schema API
API to handle database schemas.
2 uses of SCHEMA_INSTALLED
drupal_install_system
in drupal/
core/
includes/
install.inc
Installs the system module.
module_enable
in drupal/
core/
includes/
module.inc
Enables or installs a given list of modules.
File
drupal/
core/
includes/
schema.inc
, line 25
Schema API handling functions.
Code
const
SCHEMA_INSTALLED
=
0
;