Constants

Primary tabs

Name Locationsort ascending Description Direct uses Strings
SAVED_DELETED drupal/includes/common.inc Return status for saving which deleted an existing item. 2 1
CSS_SYSTEM drupal/includes/common.inc The default group for system CSS files added to the page. 2 1
CSS_DEFAULT drupal/includes/common.inc The default group for module CSS files added to the page. 2 1
CSS_THEME drupal/includes/common.inc The default group for theme CSS files added to the page. 4 1
JS_LIBRARY drupal/includes/common.inc The default group for JavaScript and jQuery libraries added to the page. 4 1
JS_DEFAULT drupal/includes/common.inc The default group for module JavaScript code added to the page. 2 1
JS_THEME drupal/includes/common.inc The default group for theme JavaScript code added to the page. 2 1
HTTP_REQUEST_TIMEOUT drupal/includes/common.inc Error code indicating that the request exceeded the specified timeout. 2 1
DRUPAL_NO_CACHE drupal/includes/common.inc The block should not get cached. 15 1
DRUPAL_CACHE_CUSTOM drupal/includes/common.inc The block is handling its own caching in its hook_block_view(). 2 1
DRUPAL_CACHE_PER_ROLE drupal/includes/common.inc The block or element can change depending on the user's roles. 8 1
DRUPAL_CACHE_PER_USER drupal/includes/common.inc The block or element can change depending on the user. 2 1
DRUPAL_CACHE_PER_PAGE drupal/includes/common.inc The block or element can change depending on the page being viewed. 4 1
DRUPAL_CACHE_GLOBAL drupal/includes/common.inc The block or element is the same for every user and page that it is visible. 1 1
REQUEST_TIME drupal/includes/bootstrap.inc Time of the current request in seconds elapsed since the Unix Epoch. 103 1
CHECK_PLAIN drupal/includes/bootstrap.inc Flag used to indicate that text is not sanitized, so run check_plain(). 1 1
PASS_THROUGH drupal/includes/bootstrap.inc Flag used to indicate that text has already been sanitized. 35 1
REGISTRY_RESET_LOOKUP_CACHE drupal/includes/bootstrap.inc Signals that the registry lookup cache should be reset. 2 1
REGISTRY_WRITE_LOOKUP_CACHE drupal/includes/bootstrap.inc Signals that the registry lookup cache should be written to storage. 2 1
DRUPAL_PHP_FUNCTION_PATTERN drupal/includes/bootstrap.inc Regular expression to match PHP function names. 7 1
VERSION drupal/includes/bootstrap.inc The current system version. 6 1
DRUPAL_CORE_COMPATIBILITY drupal/includes/bootstrap.inc Core API compatibility. 11 1
DRUPAL_MINIMUM_PHP drupal/includes/bootstrap.inc Minimum supported version of PHP. 7 1
DRUPAL_MINIMUM_PHP_MEMORY_LIMIT drupal/includes/bootstrap.inc Minimum recommended value of PHP memory_limit. 1 1
ERROR_REPORTING_HIDE drupal/includes/bootstrap.inc Error reporting level: display no errors. 1 1
ERROR_REPORTING_DISPLAY_SOME drupal/includes/bootstrap.inc Error reporting level: display errors and warnings. 2 1
ERROR_REPORTING_DISPLAY_ALL drupal/includes/bootstrap.inc Error reporting level: display all messages. 3 1
CACHE_PERMANENT drupal/includes/bootstrap.inc Indicates that the item should never be removed unless explicitly selected. 2 1
CACHE_TEMPORARY drupal/includes/bootstrap.inc Indicates that the item should be removed at the next general cache wipe. 3 1
WATCHDOG_EMERGENCY drupal/includes/bootstrap.inc Log message severity -- Emergency: system is unusable. 2 1
WATCHDOG_ALERT drupal/includes/bootstrap.inc Log message severity -- Alert: action must be taken immediately. 2 1
WATCHDOG_CRITICAL drupal/includes/bootstrap.inc Log message severity -- Critical conditions. 2 1
WATCHDOG_ERROR drupal/includes/bootstrap.inc Log message severity -- Error conditions. 27 1
WATCHDOG_WARNING drupal/includes/bootstrap.inc Log message severity -- Warning conditions. 21 1
WATCHDOG_NOTICE drupal/includes/bootstrap.inc Log message severity -- Normal but significant conditions. 30 1
WATCHDOG_INFO drupal/includes/bootstrap.inc Log message severity -- Informational messages. 9 1
WATCHDOG_DEBUG drupal/includes/bootstrap.inc Log message severity -- Debug-level messages. 3 1
DRUPAL_BOOTSTRAP_CONFIGURATION drupal/includes/bootstrap.inc First bootstrap phase: initialize configuration. 5 1
DRUPAL_BOOTSTRAP_PAGE_CACHE drupal/includes/bootstrap.inc Second bootstrap phase: try to serve a cached page. 1 1
DRUPAL_BOOTSTRAP_DATABASE drupal/includes/bootstrap.inc Third bootstrap phase: initialize database layer. 3 1
DRUPAL_BOOTSTRAP_VARIABLES drupal/includes/bootstrap.inc Fourth bootstrap phase: initialize the variable system. 5 1
DRUPAL_BOOTSTRAP_SESSION drupal/includes/bootstrap.inc Fifth bootstrap phase: initialize session handling. 4 1
DRUPAL_BOOTSTRAP_PAGE_HEADER drupal/includes/bootstrap.inc Sixth bootstrap phase: set up the page header. 1 1
DRUPAL_BOOTSTRAP_LANGUAGE drupal/includes/bootstrap.inc Seventh bootstrap phase: find out language of the page. 2 1
DRUPAL_BOOTSTRAP_FULL drupal/includes/bootstrap.inc Final bootstrap phase: Drupal is fully loaded; validate and fix input data. 14 1
DRUPAL_ANONYMOUS_RID drupal/includes/bootstrap.inc Role ID for anonymous users; should match what's in the "role" table. 33 1
DRUPAL_AUTHENTICATED_RID drupal/includes/bootstrap.inc Role ID for authenticated users; should match what's in the "role" table. 16 1
DRUPAL_KILOBYTE drupal/includes/bootstrap.inc The number of bytes in a kilobyte. 3 1
LANGUAGE_NONE drupal/includes/bootstrap.inc The language code used when no language is explicitly assigned. 156 1
LANGUAGE_TYPE_CONTENT drupal/includes/bootstrap.inc The type of language used to define the content language. 7 1

Pages

Other projects