Constants

Primary tabs

Namesort ascending Location Description Direct uses Strings
MENU_MAX_PARTS drupal/core/includes/menu.inc The maximum number of path elements for a menu callback 4
MENU_MAX_MENU_NAME_LENGTH_UI drupal/core/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
MENU_MAX_DEPTH drupal/core/includes/menu.inc The maximum depth of a menu links tree - matches the number of p columns. 17
MENU_LOCAL_TASK drupal/core/includes/menu.inc Menu type -- A task specific to the parent item, usually rendered as a tab. 30 1
MENU_LOCAL_ACTION drupal/core/includes/menu.inc Menu type -- An action specific to the parent, usually rendered as a link. 19 1
MENU_LINKS_TO_PARENT drupal/core/includes/menu.inc Internal menu flag -- menu item links back to its parent. 4
MENU_IS_ROOT drupal/core/includes/menu.inc Internal menu flag -- menu item is the root of the menu tree.
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_DEFAULT_LOCAL_TASK drupal/core/includes/menu.inc Menu type -- The "default" local task, which is initially active. 32 1
MENU_CREATED_BY_ADMIN drupal/core/includes/menu.inc Internal menu flag -- menu item was created by administrator.
MENU_CONTEXT_PAGE drupal/core/includes/menu.inc Internal menu flag: Local task should be displayed in page context. 7
MENU_CONTEXT_NONE drupal/core/includes/menu.inc Internal menu flag: Invisible local task. 2
MENU_CONTEXT_INLINE drupal/core/includes/menu.inc Internal menu flag: Local task should be displayed inline. 8
MENU_CALLBACK drupal/core/includes/menu.inc Menu type -- A hidden, internal callback, typically used for API calls. 40
MENU_ACCESS_DENIED drupal/core/includes/menu.inc Internal menu status code -- Menu item access is denied. 1
MARK_UPDATED drupal/core/includes/theme.inc Mark content as being updated. 3
MARK_READ drupal/core/includes/theme.inc Mark content as read. 3
MARK_NEW drupal/core/includes/theme.inc Mark content as being new. 4
MAINTENANCE_MODE drupal/core/update.php Global flag indicating that update.php is being run. 7 17
MAINTENANCE_MODE drupal/core/install.php Global flag to indicate the site is in installation mode. 7 17
MAINTENANCE_MODE drupal/core/authorize.php Global flag to identify update.php and authorize.php runs. 7 17
MAIL_LINE_ENDINGS drupal/core/includes/mail.inc Auto-detect appropriate line endings for e-mails. 3 1
LOCALE_TRANSLATION_USE_SOURCE_REMOTE_AND_LOCAL drupal/core/modules/locale/locale.module Translation update mode: Use both remote and local files. 1
LOCALE_TRANSLATION_USE_SOURCE_LOCAL drupal/core/modules/locale/locale.module Translation update mode: Use local files only.
LOCALE_TRANSLATION_TIMESTAMP_THRESHOLD drupal/core/modules/locale/locale.compare.inc Threshold for timestamp comparison. 1
LOCALE_TRANSLATION_SOURCE_COMPARE_LT drupal/core/modules/locale/locale.compare.inc Comparison result of source files timestamps. 2
LOCALE_TRANSLATION_SOURCE_COMPARE_GT drupal/core/modules/locale/locale.compare.inc Comparison result of source files timestamps. 1
LOCALE_TRANSLATION_SOURCE_COMPARE_EQ drupal/core/modules/locale/locale.compare.inc Comparison result of source files timestamps. 1
LOCALE_TRANSLATION_DEFAULT_SERVER_PATTERN drupal/core/modules/locale/locale.module Default location of gettext file on the translation server.
LOCALE_TRANSLATION_DEFAULT_FILENAME drupal/core/modules/locale/locale.module Default file name of translation files stored in the local file system.
LOCALE_PLURAL_DELIMITER drupal/core/includes/common.inc The delimiter used to split plural strings. 7
LOCALE_NOT_CUSTOMIZED drupal/core/modules/locale/locale.module Flag for locally not customized interface translation. 10
LOCALE_JS_STRING drupal/core/modules/locale/locale.module Regular expression pattern used to localize JavaScript strings. 1
LOCALE_JS_OBJECT_CONTEXT drupal/core/modules/locale/locale.module Regular expression to match an object containing a key 'context'. 1 1
LOCALE_JS_OBJECT drupal/core/modules/locale/locale.module Regular expression pattern used to match simple JS object literal. 1
LOCALE_CUSTOMIZED drupal/core/modules/locale/locale.module Flag for locally customized interface translation. 5
LANGUAGE_TYPE_URL drupal/core/includes/bootstrap.inc The type of language used for URLs. 4
LANGUAGE_TYPE_INTERFACE drupal/core/includes/bootstrap.inc The type of language used to select the user interface. 55
LANGUAGE_TYPE_CONTENT drupal/core/includes/bootstrap.inc The type of language used to define the content language. 12
LANGUAGE_SYSTEM drupal/core/includes/bootstrap.inc Special system language code (only applicable to UI language). 4
LANGUAGE_SITE_DEFAULT drupal/core/includes/bootstrap.inc The language state used when referring to the site's default language. 2
LANGUAGE_RTL drupal/core/includes/bootstrap.inc Language written right to left. Possible value of $language->direction. 5
LANGUAGE_NOT_SPECIFIED drupal/core/includes/bootstrap.inc The language code used when no language is explicitly assigned (yet). 187
LANGUAGE_NOT_APPLICABLE drupal/core/includes/bootstrap.inc The language code used when the marked object has no linguistic content. 2
LANGUAGE_NEGOTIATION_USER_ADMIN drupal/core/modules/language/language.negotiation.inc The language is set based on the user admin language settings. 1
LANGUAGE_NEGOTIATION_USER drupal/core/modules/language/language.negotiation.inc The language is set based on the user language settings. 1
LANGUAGE_NEGOTIATION_URL_PREFIX drupal/core/modules/language/language.negotiation.inc URL language negotiation: use the path prefix as URL language indicator. 6
LANGUAGE_NEGOTIATION_URL_FALLBACK drupal/core/modules/language/language.negotiation.inc If no URL language, language is determined using an already detected one. 1
LANGUAGE_NEGOTIATION_URL_DOMAIN drupal/core/modules/language/language.negotiation.inc URL language negotiation: use the domain as URL language indicator. 7

Pages

Other projects