constant SCHEMA_INSTALLED in Drupal 7
Same name and namespace in other branches
- 4 includes/install.inc \SCHEMA_INSTALLED
- 5 includes/install.inc \SCHEMA_INSTALLED
- 6 includes/install.inc \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 - API functions for installing modules and themes.
Code
define('SCHEMA_INSTALLED', 0);