Constants

Primary tabs

Name Location Description Direct uses Stringssort descending
DRUPAL_CACHE_GLOBAL drupal/core/includes/common.inc The block or element is the same for every user and page that it is visible. 1
LOCALE_PLURAL_DELIMITER drupal/core/includes/common.inc The delimiter used to split plural strings. 8
MENU_IS_ROOT drupal/core/includes/menu.inc Internal menu flag -- menu item is the root of the menu tree.
MENU_VISIBLE_IN_TREE drupal/core/includes/menu.inc Internal menu flag -- menu item is visible in the menu tree. 4
MENU_VISIBLE_IN_BREADCRUMB drupal/core/includes/menu.inc Internal menu flag -- menu item is visible in the breadcrumb. 9
MENU_LINKS_TO_PARENT drupal/core/includes/menu.inc Internal menu flag -- menu item links back to its parent. 4
MENU_MODIFIED_BY_ADMIN drupal/core/includes/menu.inc Internal menu flag -- menu item can be modified by administrator.
MENU_CREATED_BY_ADMIN drupal/core/includes/menu.inc Internal menu flag -- menu item was created by administrator.
MENU_IS_LOCAL_TASK drupal/core/includes/menu.inc Internal menu flag -- menu item is a local task. 3
MENU_IS_LOCAL_ACTION drupal/core/includes/menu.inc Internal menu flag -- menu item is a local action. 1
MENU_CALLBACK drupal/core/includes/menu.inc Menu type -- A hidden, internal callback, typically used for API calls. 35
MENU_CONTEXT_NONE drupal/core/includes/menu.inc Internal menu flag: Invisible local task. 2
MENU_CONTEXT_PAGE drupal/core/includes/menu.inc Internal menu flag: Local task should be displayed in page context. 9
MENU_CONTEXT_INLINE drupal/core/includes/menu.inc Internal menu flag: Local task should be displayed inline. 11
MENU_NOT_FOUND drupal/core/includes/menu.inc Internal menu status code -- Menu item was not found. 2
MENU_ACCESS_DENIED drupal/core/includes/menu.inc Internal menu status code -- Menu item access is denied. 1
MENU_SITE_OFFLINE drupal/core/includes/menu.inc Internal menu status code -- Menu item inaccessible because site is offline. 4
MENU_SITE_ONLINE drupal/core/includes/menu.inc Internal menu status code -- Everything is working fine. 4
MENU_MAX_PARTS drupal/core/includes/menu.inc The maximum number of path elements for a menu callback 4
MENU_MAX_DEPTH drupal/core/includes/menu.inc The maximum depth of a menu links tree - matches the number of p columns. 18
MENU_PREFERRED_LINK drupal/core/includes/menu.inc Reserved key to identify the most specific menu link for a given path. 1
INSTALL_TASK_SKIP drupal/core/includes/install.core.inc Do not run the task during the current installation request. 3
INSTALL_TASK_RUN_IF_REACHED drupal/core/includes/install.core.inc Run the task on each installation request that reaches it. 2
INSTALL_TASK_RUN_IF_NOT_COMPLETED drupal/core/includes/install.core.inc Run the task on each installation request until the database is set up. 3
DRUPAL_MINIMUM_PHP drupal/core/includes/bootstrap.inc Minimum supported version of PHP. 5
DRUPAL_MINIMUM_PHP_MEMORY_LIMIT drupal/core/includes/bootstrap.inc Minimum recommended value of PHP memory_limit. 1
ERROR_REPORTING_HIDE drupal/core/includes/bootstrap.inc Error reporting level: display no errors.
ERROR_REPORTING_DISPLAY_SOME drupal/core/includes/bootstrap.inc Error reporting level: display errors and warnings. 1
ERROR_REPORTING_DISPLAY_ALL drupal/core/includes/bootstrap.inc Error reporting level: display all messages. 2
ERROR_REPORTING_DISPLAY_VERBOSE drupal/core/includes/bootstrap.inc Error reporting level: display all messages, plus backtrace information. 2
WATCHDOG_EMERGENCY drupal/core/includes/bootstrap.inc Log message severity -- Emergency: system is unusable. 1
WATCHDOG_ALERT drupal/core/includes/bootstrap.inc Log message severity -- Alert: action must be taken immediately. 1
WATCHDOG_CRITICAL drupal/core/includes/bootstrap.inc Log message severity -- Critical conditions.
WATCHDOG_ERROR drupal/core/includes/bootstrap.inc Log message severity -- Error conditions. 25
WATCHDOG_WARNING drupal/core/includes/bootstrap.inc Log message severity -- Warning conditions. 18
WATCHDOG_NOTICE drupal/core/includes/bootstrap.inc Log message severity -- Normal but significant conditions. 34
WATCHDOG_INFO drupal/core/includes/bootstrap.inc Log message severity -- Informational messages. 6
WATCHDOG_DEBUG drupal/core/includes/bootstrap.inc Log message severity -- Debug-level messages. 2
DRUPAL_BOOTSTRAP_CONFIGURATION drupal/core/includes/bootstrap.inc First bootstrap phase: initialize configuration. 4
DRUPAL_BOOTSTRAP_KERNEL drupal/core/includes/bootstrap.inc Second bootstrap phase, initalize a kernel. 1
DRUPAL_BOOTSTRAP_PAGE_CACHE drupal/core/includes/bootstrap.inc Third bootstrap phase: try to serve a cached page. 1
DRUPAL_BOOTSTRAP_DATABASE drupal/core/includes/bootstrap.inc Fourth bootstrap phase: initialize database layer. 3
DRUPAL_BOOTSTRAP_VARIABLES drupal/core/includes/bootstrap.inc Fifth bootstrap phase: initialize the variable system. 4
DRUPAL_BOOTSTRAP_SESSION drupal/core/includes/bootstrap.inc Sixth bootstrap phase: initialize session handling. 3
DRUPAL_BOOTSTRAP_CODE drupal/core/includes/bootstrap.inc Eighth bootstrap phase: load code for subsystems and modules. 3
DRUPAL_BOOTSTRAP_FULL drupal/core/includes/bootstrap.inc Final bootstrap phase: initialize language, path, theme, and modules. 7
DRUPAL_ANONYMOUS_RID drupal/core/includes/bootstrap.inc Role ID for anonymous users; should match what's in the "role" table. 46
DRUPAL_AUTHENTICATED_RID drupal/core/includes/bootstrap.inc Role ID for authenticated users; should match what's in the "role" table. 34
DRUPAL_KILOBYTE drupal/core/includes/bootstrap.inc The number of bytes in a kilobyte. 3
CHECK_PLAIN drupal/core/includes/bootstrap.inc Flag for drupal_set_title(); text is not sanitized, so run check_plain(). 1

Pages

Other projects