SCHEMA_UNINSTALLED

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

Code

const SCHEMA_UNINSTALLED = -1;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.