constant SCHEMA_INSTALLED

  1. 7.x drupal-7.x/includes/install.inc SCHEMA_INSTALLED
  2. 6.x drupal-6.x/includes/install.inc SCHEMA_INSTALLED

Indicates that a module has been installed.

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

File

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

Code

define('SCHEMA_INSTALLED', 0)