Constants

Primary tabs

Namesort ascending Location Description Direct uses Strings
MENU_MODIFIED_BY_ADMIN drupal/includes/menu.inc Internal menu flag -- menu item can be modified by administrator. 1
MENU_MAX_PARTS drupal/includes/menu.inc The maximum number of path elements for a menu callback 4 1
MENU_MAX_MENU_NAME_LENGTH_UI drupal/modules/menu/menu.module Maximum length of menu name as entered by the user. Database length is 32 and we add a menu- prefix. 3 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_LOCAL_TASK drupal/includes/menu.inc Menu type -- A task specific to the parent item, usually rendered as a tab. 25 1
MENU_LOCAL_ACTION drupal/includes/menu.inc Menu type -- An action specific to the parent, usually rendered as a link. 16 1
MENU_LINKS_TO_PARENT drupal/includes/menu.inc Internal menu flag -- menu item links back to its parent. 3 1
MENU_IS_ROOT drupal/includes/menu.inc Internal menu flag -- menu item is the root of the menu tree. 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_FOUND drupal/includes/menu.inc Internal menu status code -- Menu item was found. 1
MENU_DEFAULT_LOCAL_TASK drupal/includes/menu.inc Menu type -- The "default" local task, which is initially active. 22 1
MENU_CREATED_BY_ADMIN drupal/includes/menu.inc Internal menu flag -- menu item was created by administrator. 1
MENU_CONTEXT_PAGE drupal/includes/menu.inc Internal menu flag: Local task should be displayed in page context. 4 1
MENU_CONTEXT_NONE drupal/includes/menu.inc Internal menu flag: Invisible local task. 2 1
MENU_CONTEXT_INLINE drupal/includes/menu.inc Internal menu flag: Local task should be displayed inline. 4 1
MENU_CALLBACK drupal/includes/menu.inc Menu type -- A hidden, internal callback, typically used for API calls. 36 1
MENU_ACCESS_DENIED drupal/includes/menu.inc Menu status code -- Access denied. 18 1
MARK_UPDATED drupal/includes/theme.inc Mark content as being updated. 2 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
MAINTENANCE_MODE drupal/authorize.php Global flag to identify update.php and authorize.php runs. 10 20
MAINTENANCE_MODE drupal/install.php Global flag to indicate the site is in installation mode. 10 20
MAINTENANCE_MODE drupal/update.php Global flag indicating that update.php is being run. 10 20
MAIL_LINE_ENDINGS drupal/includes/mail.inc Auto-detect appropriate line endings for e-mails. 3 1
LOCALE_LANGUAGE_NEGOTIATION_USER drupal/includes/locale.inc The language is set based on the user language settings. 1 1
LOCALE_LANGUAGE_NEGOTIATION_URL_PREFIX drupal/includes/locale.inc URL language negotiation: use the path prefix as URL language indicator. 7 1
LOCALE_LANGUAGE_NEGOTIATION_URL_FALLBACK drupal/includes/locale.inc If no URL language is available language is determined using an already detected one. 1 1
LOCALE_LANGUAGE_NEGOTIATION_URL_DOMAIN drupal/includes/locale.inc URL language negotiation: use the domain as URL language indicator. 5 1
LOCALE_LANGUAGE_NEGOTIATION_URL drupal/includes/locale.inc The language is determined using a URL language indicator: path prefix or domain according to the configuration. 5 1
LOCALE_LANGUAGE_NEGOTIATION_SESSION drupal/includes/locale.inc The language is set based on the request/session parameters. 1 1
LOCALE_LANGUAGE_NEGOTIATION_INTERFACE drupal/includes/locale.inc The language is determined using the current interface language. 2 1
LOCALE_LANGUAGE_NEGOTIATION_BROWSER drupal/includes/locale.inc The language is set based on the browser language settings. 2 1
LOCALE_JS_STRING drupal/includes/locale.inc Regular expression pattern used to localize JavaScript strings. 1 1
LOCALE_JS_OBJECT_CONTEXT drupal/includes/locale.inc Regular expression to match an object containing a key 'context'. 1 1
LOCALE_JS_OBJECT drupal/includes/locale.inc Regular expression pattern used to match simple JS object literal. 1 1
LOCALE_IMPORT_OVERWRITE drupal/includes/locale.inc Translation import mode overwriting all existing translations if new translated version available. 1 1
LOCALE_IMPORT_KEEP drupal/includes/locale.inc Translation import mode keeping existing translations and only inserting new strings. 3 1
LANGUAGE_TYPE_URL drupal/includes/bootstrap.inc The type of language used for URLs. 4 1
LANGUAGE_TYPE_INTERFACE drupal/includes/bootstrap.inc The type of language used to select the user interface. 14 1
LANGUAGE_TYPE_CONTENT drupal/includes/bootstrap.inc The type of language used to define the content language. 7 1
LANGUAGE_RTL drupal/includes/bootstrap.inc Language written right to left. Possible value of $language->direction. 6 1
LANGUAGE_NONE drupal/includes/bootstrap.inc The language code used when no language is explicitly assigned. 156 1
LANGUAGE_NEGOTIATION_DEFAULT drupal/includes/language.inc No language negotiation. The default language is used. 7 1
LANGUAGE_LTR drupal/includes/bootstrap.inc Language written left to right. Possible value of $language->direction. 9 1
JS_THEME drupal/includes/common.inc The default group for theme JavaScript code added to the page. 2 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
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

Pages

Other projects