Constants

Primary tabs

Namesort descending Location Description Direct uses Strings
REGISTRY_WRITE_LOOKUP_CACHE drupal/includes/bootstrap.inc Signals that the registry lookup cache should be written to storage. 2 1
REQUEST_TIME drupal/includes/bootstrap.inc Time of the current request in seconds elapsed since the Unix Epoch. 103 1
REQUIRED_D6_SCHEMA_VERSION drupal/includes/update.inc Minimum schema version of Drupal 6 required for upgrade to Drupal 7. 1 1
REQUIREMENT_ERROR drupal/includes/install.inc Requirement severity -- Error condition; abort installation. 21 1
REQUIREMENT_INFO drupal/includes/install.inc Requirement severity -- Informational message only. 6 1
REQUIREMENT_OK drupal/includes/install.inc Requirement severity -- Requirement successfully met. 9 1
REQUIREMENT_WARNING drupal/includes/install.inc Requirement severity -- Warning condition; proceed but flag warning. 13 1
SAVED_DELETED drupal/includes/common.inc Return status for saving which deleted an existing item. 2 1
SAVED_NEW drupal/includes/common.inc Return status for saving which involved creating a new item. 12 1
SAVED_UPDATED drupal/includes/common.inc Return status for saving which involved an update to an existing item. 12 1
SCHEMA_INSTALLED drupal/includes/install.inc Indicates that a module has been installed. 3 1
SCHEMA_UNINSTALLED drupal/includes/install.inc Indicates that a module has not been installed yet. 8 1
SEARCH_TYPE drupal/modules/search/search.test 1 1
SEARCH_TYPE_2 drupal/modules/search/search.test 1 1
SEARCH_TYPE_JPN drupal/modules/search/search.test 1 1
SHORTCUT_DEFAULT_SET_NAME drupal/modules/shortcut/shortcut.module The name of the default shortcut set. 5 1
SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT drupal/modules/simpletest/simpletest.install Minimum value of PHP memory_limit for SimpleTest. 1 1
STREAM_WRAPPERS_ALL drupal/includes/stream_wrappers.inc Stream wrapper bit flag -- a filter that matches all wrappers. 1
STREAM_WRAPPERS_HIDDEN drupal/includes/stream_wrappers.inc Stream wrapper type flag -- not visible in the UI or accessible via web, but readable and writable. E.g. the temporary directory for uploads. 1 1
STREAM_WRAPPERS_LOCAL drupal/includes/stream_wrappers.inc Stream wrapper bit flag -- refers to a local file system location. 3 1
STREAM_WRAPPERS_LOCAL_HIDDEN drupal/includes/stream_wrappers.inc Stream wrapper type flag -- hidden, readable and writeable using local files. 2 1
STREAM_WRAPPERS_LOCAL_NORMAL drupal/includes/stream_wrappers.inc Stream wrapper type flag -- visible, readable and writeable using local files. 2 1
STREAM_WRAPPERS_NORMAL drupal/includes/stream_wrappers.inc Stream wrapper type flag -- the default when 'type' is omitted from hook_stream_wrappers(). This does not include STREAM_WRAPPERS_LOCAL, because PHP grants a greater trust level to local files (for example, they can be used in an… 2 1
STREAM_WRAPPERS_READ drupal/includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is readable (almost always true). 1 1
STREAM_WRAPPERS_READ_VISIBLE drupal/includes/stream_wrappers.inc Stream wrapper type flag -- visible and read-only. 1 1
STREAM_WRAPPERS_VISIBLE drupal/includes/stream_wrappers.inc Stream wrapper bit flag -- exposed in the UI and potentially web accessible. 1 1
STREAM_WRAPPERS_WRITE drupal/includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is writeable. 1 1
STREAM_WRAPPERS_WRITE_VISIBLE drupal/includes/stream_wrappers.inc Stream wrapper type flag -- visible, readable and writeable. 6 1
TRANSLATION_ENABLED drupal/modules/translation/translation.module Identifies a content type which has translation support enabled. 1 1
UNICODE_ERROR drupal/includes/unicode.inc Indicates an error during check for PHP unicode support. 1 1
UNICODE_MULTIBYTE drupal/includes/unicode.inc Indicates that full unicode support with the PHP mbstring extension is being used. 6 1
UNICODE_SINGLEBYTE drupal/includes/unicode.inc Indicates that standard PHP (emulated) unicode support is being used. 3 1
UPDATE_CURRENT drupal/modules/update/update.module Project is up to date. 5 1
UPDATE_DEFAULT_URL drupal/modules/update/update.module URL to check for updates, if a given project doesn't define its own. 1 1
UPDATE_FETCH_PENDING drupal/modules/update/update.module We need to (re)fetch available update data for this project. 5 1
UPDATE_MAX_FETCH_ATTEMPTS drupal/modules/update/update.module Maximum number of attempts to fetch available update data from a given host. 1 1
UPDATE_MAX_FETCH_TIME drupal/modules/update/update.module Maximum number of seconds to try fetching available update data at a time. 1 1
UPDATE_NOT_CHECKED drupal/modules/update/update.module Project's status cannot be checked. 6 1
UPDATE_NOT_CURRENT drupal/modules/update/update.module Project has a new release available, but it is not a security release. 7 1
UPDATE_NOT_FETCHED drupal/modules/update/update.module There was a failure fetching available update data for this project. 5 1
UPDATE_NOT_SECURE drupal/modules/update/update.module Project is missing security update(s). 8 1
UPDATE_NOT_SUPPORTED drupal/modules/update/update.module Current release is no longer supported by the project maintainer. 6 1
UPDATE_REVOKED drupal/modules/update/update.module Current release has been unpublished and is no longer available. 6 1
UPDATE_UNKNOWN drupal/modules/update/update.module No available update data was found for project. 7 1
USERNAME_MAX_LENGTH drupal/modules/user/user.module Maximum length of username text field. 6 1
USER_REGISTER_ADMINISTRATORS_ONLY drupal/modules/user/user.module Only administrators can create user accounts. 4 1
USER_REGISTER_VISITORS drupal/modules/user/user.module Visitors can create their own accounts. 17 1
USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL drupal/modules/user/user.module Visitors can create accounts, but they don't become active without administrative approval. 12 1
VERSION drupal/includes/bootstrap.inc The current system version. 6 1
WATCHDOG_ALERT drupal/includes/bootstrap.inc Log message severity -- Alert: action must be taken immediately. 2 1

Pages

Other projects