SCHEMA_UNINSTALLED

Same name in other branches
  1. 7.x includes/install.inc \SCHEMA_UNINSTALLED
  2. 8.9.x core/includes/schema.inc \SCHEMA_UNINSTALLED

Indicates that a module has not been installed yet.

Deprecated

in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Update\UpdateHookRegistry::SCHEMA_UNINSTALLED constant instead.

See also

https://www.drupal.org/node/2444417

Related topics

File

core/includes/schema.inc, line 24

Code

const SCHEMA_UNINSTALLED = UpdateHookRegistry::SCHEMA_UNINSTALLED;

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