constant SCHEMA_UNINSTALLED in Drupal 6
Same name and namespace in other branches
- 8 core/includes/schema.inc \SCHEMA_UNINSTALLED
- 4 includes/install.inc \SCHEMA_UNINSTALLED
- 5 includes/install.inc \SCHEMA_UNINSTALLED
- 7 includes/install.inc \SCHEMA_UNINSTALLED
- 9 core/includes/schema.inc \SCHEMA_UNINSTALLED
4 uses of SCHEMA_UNINSTALLED
- 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.admin.inc 
- Submit callback; handles modules form submission.
- system_modules_uninstall in modules/system/ system.admin.inc 
- Builds a form of currently disabled modules.
- _drupal_install_module in includes/install.inc 
- Callback to install an individual profile module.
File
- includes/install.inc, line 3 
Code
define('SCHEMA_UNINSTALLED', -1);