Constants

Primary tabs

Name Location Description Direct uses Stringssort ascending
INSTALL_TASK_SKIP drupal/includes/install.core.inc Do not run the task during the current installation request. 3 1
INSTALL_TASK_RUN_IF_REACHED drupal/includes/install.core.inc Run the task on each installation request until the database is set up. 2 1
INSTALL_TASK_RUN_IF_NOT_COMPLETED drupal/includes/install.core.inc Global flag to indicate that a task should be run on each installation request that reaches it, until the database is set up and we are able to record the fact that it already ran. 3 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
LANGUAGE_TYPE_INTERFACE drupal/includes/bootstrap.inc The type of language used to select the user interface. 14 1
LANGUAGE_TYPE_URL drupal/includes/bootstrap.inc The type of language used for URLs. 4 1
LANGUAGE_LTR drupal/includes/bootstrap.inc Language written left to right. Possible value of $language->direction. 9 1
LANGUAGE_RTL drupal/includes/bootstrap.inc Language written right to left. Possible value of $language->direction. 6 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
STREAM_WRAPPERS_ALL drupal/includes/stream_wrappers.inc Stream wrapper bit flag -- a filter that matches all wrappers. 1
STREAM_WRAPPERS_LOCAL drupal/includes/stream_wrappers.inc Stream wrapper bit flag -- refers to a local file system location. 3 1
STREAM_WRAPPERS_READ drupal/includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is readable (almost always true). 1 1
STREAM_WRAPPERS_WRITE drupal/includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is writeable. 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_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_HIDDEN drupal/includes/stream_wrappers.inc Stream wrapper type flag -- hidden, readable and writeable using local files. 2 1

Pages

Other projects