You are here

constant SCHEMA_UNINSTALLED in Drupal 8

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

Indicates that a module has not been installed yet.

Related topics

9 uses of SCHEMA_UNINSTALLED
drupal_get_installed_schema_version in core/includes/schema.inc
Returns the currently installed schema version for a module.
ModuleExtensionList::doList in core/lib/Drupal/Core/Extension/ModuleExtensionList.php
Builds the list of extensions.
ModuleHandlerTest::testDependencyResolution in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests dependency resolution.
ModuleHandlerTest::testUninstallContentDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests uninstalling a module that has content.
ModuleHandlerTest::testUninstallProfileDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests uninstalling a module installed by a profile.

... See full list

File

core/includes/schema.inc, line 18
Schema API handling functions.

Code

const SCHEMA_UNINSTALLED = -1;