You are here

constant SCHEMA_UNINSTALLED in Drupal 7

Same name and namespace in other branches
  1. 8 core/includes/schema.inc \SCHEMA_UNINSTALLED
  2. 4 includes/install.inc \SCHEMA_UNINSTALLED
  3. 5 includes/install.inc \SCHEMA_UNINSTALLED
  4. 6 includes/install.inc \SCHEMA_UNINSTALLED
  5. 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.

... See full list

File

includes/install.inc, line 11
API functions for installing modules and themes.

Code

define('SCHEMA_UNINSTALLED', -1);