Constants

Primary tabs

Name Locationsort ascending Description Direct uses Strings
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
MAIL_LINE_ENDINGS drupal/includes/mail.inc Auto-detect appropriate line endings for e-mails. 3 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_BROWSER drupal/includes/locale.inc The language is set based on the browser language settings. 2 1
LOCALE_LANGUAGE_NEGOTIATION_INTERFACE drupal/includes/locale.inc The language is determined using the current interface language. 2 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_USER drupal/includes/locale.inc The language is set based on the user language settings. 1 1
LOCALE_LANGUAGE_NEGOTIATION_SESSION drupal/includes/locale.inc The language is set based on the request/session parameters. 1 1
LOCALE_JS_STRING drupal/includes/locale.inc Regular expression pattern used to localize JavaScript strings. 1 1
LOCALE_JS_OBJECT drupal/includes/locale.inc Regular expression pattern used to match simple JS object literal. 1 1
LOCALE_JS_OBJECT_CONTEXT drupal/includes/locale.inc Regular expression to match an object containing a key 'context'. 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
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_DOMAIN drupal/includes/locale.inc URL language negotiation: use the domain as URL language indicator. 5 1
LANGUAGE_NEGOTIATION_DEFAULT drupal/includes/language.inc No language negotiation. The default language is used. 7 1
SCHEMA_UNINSTALLED drupal/includes/install.inc Indicates that a module has not been installed yet. 8 1
SCHEMA_INSTALLED drupal/includes/install.inc Indicates that a module has been installed. 3 1
REQUIREMENT_INFO drupal/includes/install.inc Requirement severity -- Informational message only. 6 1
REQUIREMENT_OK drupal/includes/install.inc Requirement severity -- Requirement successfully met. 9 1
REQUIREMENT_WARNING drupal/includes/install.inc Requirement severity -- Warning condition; proceed but flag warning. 13 1
REQUIREMENT_ERROR drupal/includes/install.inc Requirement severity -- Error condition; abort installation. 21 1
FILE_EXIST drupal/includes/install.inc File permission check -- File exists. 5 1
FILE_READABLE drupal/includes/install.inc File permission check -- File is readable. 7 1
FILE_WRITABLE drupal/includes/install.inc File permission check -- File is writable. 5 1
FILE_EXECUTABLE drupal/includes/install.inc File permission check -- File is executable. 3 1
FILE_NOT_EXIST drupal/includes/install.inc File permission check -- File does not exist. 1 1
FILE_NOT_READABLE drupal/includes/install.inc File permission check -- File is not readable. 3 1
FILE_NOT_WRITABLE drupal/includes/install.inc File permission check -- File is not writable. 5 1
FILE_NOT_EXECUTABLE drupal/includes/install.inc File permission check -- File is not executable. 3 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
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
FILE_CREATE_DIRECTORY drupal/includes/file.inc Flag used by file_prepare_directory() -- create directory if not present. 22 1
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
POSTGRESQL_NEXTID_LOCK drupal/includes/database/pgsql/database.inc The name by which to obtain a lock for retrieving the next insert id. 1 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

Pages

Other projects