SCHEMA_INSTALLED

Indicates that a module has been installed.

3 uses of SCHEMA_INSTALLED
drupal_install_system in includes/install.inc
Installs the system module.
module_enable in includes/module.inc
Enables or installs a given list of modules.
system_install in modules/system/system.install
Implements hook_install().

File

includes/install.inc, line 16

Code

define('SCHEMA_INSTALLED', 0);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.