You are here

constant SCHEMA_UNINSTALLED in Drupal 5

Same name and namespace in other branches
  1. 8 core/includes/schema.inc \SCHEMA_UNINSTALLED
  2. 4 includes/install.inc \SCHEMA_UNINSTALLED
  3. 6 includes/install.inc \SCHEMA_UNINSTALLED
  4. 7 includes/install.inc \SCHEMA_UNINSTALLED
  5. 9 core/includes/schema.inc \SCHEMA_UNINSTALLED
4 uses of SCHEMA_UNINSTALLED
drupal_install_modules in includes/install.inc
Calls the install function and updates the system table for a given list of modules.
drupal_uninstall_module in includes/install.inc
Calls the uninstall function and updates the system table for a given module.
system_modules_submit in modules/system/system.module
Submit callback; handles modules form submission.
system_modules_uninstall in modules/system/system.module
Builds a form of currently disabled modules.

File

includes/install.inc, line 3

Code

define('SCHEMA_UNINSTALLED', -1);