constant SCHEMA_INSTALLED

Indicates that a module has been installed.

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

File

drupal/includes/install.inc, line 16
API functions for installing modules and themes.

Code

define('SCHEMA_INSTALLED', 0);