You are here

constant SCHEMA_UNINSTALLED in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/includes/schema.inc \SCHEMA_UNINSTALLED

Indicates that a module has not been installed yet.

Related topics

8 uses of SCHEMA_UNINSTALLED
drupal_get_installed_schema_version in core/includes/schema.inc
Returns the currently installed schema version for a module.
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 that is a "dependency" of a profile.
ModulesUninstallForm::buildForm in core/modules/system/src/Form/ModulesUninstallForm.php
Form constructor.

... See full list

File

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

Code

const SCHEMA_UNINSTALLED = -1;