Indicates that a module has not been installed yet.
Related topics
- Schema API
- API to handle database schemas.
File
- core/includes/schema.inc, line 16
- Schema API handling functions.
Code
const SCHEMA_UNINSTALLED = -1;
Indicates that a module has not been installed yet.
const SCHEMA_UNINSTALLED = -1;
Please login to continue.