Constants

Primary tabs

Name Location Description Direct uses Stringssort ascending
FILE_MODIFY_PERMISSIONS drupal/includes/file.inc Flag used by file_prepare_directory() -- file permissions may be changed. 6 1
FILE_EXISTS_RENAME drupal/includes/file.inc Flag for dealing with existing files: Appends number until name is unique. 19 1
FILE_EXISTS_REPLACE drupal/includes/file.inc Flag for dealing with existing files: Replace the existing file. 22 1
FILE_EXISTS_ERROR drupal/includes/file.inc Flag for dealing with existing files: Do nothing and return FALSE. 12 1
FILE_STATUS_PERMANENT drupal/includes/file.inc Indicates that the file is permanent and should not be deleted. 22 1
LANGUAGE_NEGOTIATION_DEFAULT drupal/includes/language.inc No language negotiation. The default language is used. 7 1
MARK_READ drupal/includes/theme.inc Mark content as read. 2 1
MARK_NEW drupal/includes/theme.inc Mark content as being new. 3 1
MARK_UPDATED drupal/includes/theme.inc Mark content as being updated. 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
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
MENU_IS_ROOT drupal/includes/menu.inc Internal menu flag -- menu item is the root of the menu tree. 1
MENU_VISIBLE_IN_TREE drupal/includes/menu.inc Internal menu flag -- menu item is visible in the menu tree. 2 1
MENU_VISIBLE_IN_BREADCRUMB drupal/includes/menu.inc Internal menu flag -- menu item is visible in the breadcrumb. 8 1
MENU_LINKS_TO_PARENT drupal/includes/menu.inc Internal menu flag -- menu item links back to its parent. 3 1
MENU_MODIFIED_BY_ADMIN drupal/includes/menu.inc Internal menu flag -- menu item can be modified by administrator. 1
MENU_CREATED_BY_ADMIN drupal/includes/menu.inc Internal menu flag -- menu item was created by administrator. 1
MENU_IS_LOCAL_TASK drupal/includes/menu.inc Internal menu flag -- menu item is a local task. 3 1
MENU_IS_LOCAL_ACTION drupal/includes/menu.inc Internal menu flag -- menu item is a local action. 1 1
MENU_NORMAL_ITEM drupal/includes/menu.inc Menu type -- A "normal" menu item that's shown in menu and breadcrumbs. 4 1
MENU_CALLBACK drupal/includes/menu.inc Menu type -- A hidden, internal callback, typically used for API calls. 36 1
MENU_SUGGESTED_ITEM drupal/includes/menu.inc Menu type -- A normal menu item, hidden until enabled by an administrator. 11 1
MENU_LOCAL_TASK drupal/includes/menu.inc Menu type -- A task specific to the parent item, usually rendered as a tab. 25 1
MENU_DEFAULT_LOCAL_TASK drupal/includes/menu.inc Menu type -- The "default" local task, which is initially active. 22 1
MENU_LOCAL_ACTION drupal/includes/menu.inc Menu type -- An action specific to the parent, usually rendered as a link. 16 1
MENU_CONTEXT_NONE drupal/includes/menu.inc Internal menu flag: Invisible local task. 2 1
MENU_CONTEXT_PAGE drupal/includes/menu.inc Internal menu flag: Local task should be displayed in page context. 4 1
MENU_CONTEXT_INLINE drupal/includes/menu.inc Internal menu flag: Local task should be displayed inline. 4 1
MENU_FOUND drupal/includes/menu.inc Internal menu status code -- Menu item was found. 1
MENU_NOT_FOUND drupal/includes/menu.inc Menu status code -- Not found. 15 1
MENU_ACCESS_DENIED drupal/includes/menu.inc Menu status code -- Access denied. 18 1
MENU_SITE_OFFLINE drupal/includes/menu.inc Internal menu status code -- Menu item inaccessible because site is offline. 9 1
MENU_SITE_ONLINE drupal/includes/menu.inc Internal menu status code -- Everything is working fine. 6 1
MENU_MAX_PARTS drupal/includes/menu.inc The maximum number of path elements for a menu callback 4 1
MENU_MAX_DEPTH drupal/includes/menu.inc The maximum depth of a menu links tree - matches the number of p columns. 16 1
MENU_PREFERRED_LINK drupal/includes/menu.inc Reserved key to identify the most specific menu link for a given path. 1 1

Pages

Other projects