Константы
Имя | Описание |
---|---|
SAVED_DELETED includes/common.inc | Return status for saving which deleted an existing item. |
SAVED_NEW includes/common.inc | Return status for saving which involved creating a new item. |
SAVED_UPDATED includes/common.inc | Return status for saving which involved an update to an existing item. |
SCHEMA_INSTALLED includes/install.inc | |
SCHEMA_UNINSTALLED includes/install.inc | |
UNICODE_ERROR includes/unicode.inc | Indicates an error during check for PHP unicode support. |
UNICODE_MULTIBYTE includes/unicode.inc | Indicates that full unicode support with the PHP mbstring extension is being used. |
UNICODE_SINGLEBYTE includes/unicode.inc | Indicates that standard PHP (emulated) unicode support is being used. |
USERNAME_MAX_LENGTH modules/user/user.module | |
VERSION modules/system/system.module | |
WATCHDOG_ERROR includes/bootstrap.inc | Indicates an error-level watchdog event; could be indicative of an attempt to compromise the security of the site, or a serious system error. |
WATCHDOG_NOTICE includes/bootstrap.inc | Indicates a notice-level watchdog event; these are normally notifications of normal system events that have occurred and can usually be safely ignored. |
WATCHDOG_WARNING includes/bootstrap.inc | Indicates a warning-level watchdog event; this can be triggered by an error in a module that does not impact the overall functionality of the site. |