constant SCHEMA_UNINSTALLED in Drupal 7
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
- 6 includes/install.inc \SCHEMA_UNINSTALLED
- 9 core/includes/schema.inc \SCHEMA_UNINSTALLED
Indicates that a module has not been installed yet.
8 uses of SCHEMA_UNINSTALLED
- drupal_get_installed_schema_version in includes/
install.inc - Returns the currently installed schema version for a module.
- drupal_uninstall_modules in includes/
install.inc - Uninstalls a given list of disabled modules.
- ModuleUnitTest::testDependencyResolution in modules/
simpletest/ tests/ module.test - Test dependency resolution.
- module_enable in includes/
module.inc - Enables or installs a given list of modules.
- node_update_7003 in modules/
node/ node.install - Remove the node_counter if the statistics module is uninstalled.
File
- includes/
install.inc, line 11 - API functions for installing modules and themes.
Code
define('SCHEMA_UNINSTALLED', -1);