constant SCHEMA_UNINSTALLED in Drupal 9
Same name and namespace in other branches
- 8 core/includes/schema.inc \SCHEMA_UNINSTALLED
- 4 includes/install.inc \SCHEMA_UNINSTALLED
- 5 includes/install.inc \SCHEMA_UNINSTALLED
- 6 includes/install.inc \SCHEMA_UNINSTALLED
- 7 includes/install.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 - Schema API handling functions.
Code
const SCHEMA_UNINSTALLED = UpdateHookRegistry::SCHEMA_UNINSTALLED;