Constants

Primary tabs

Name Locationsort descending Description Direct uses Strings
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
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
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
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
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
LANGUAGE_NEGOTIATION_DEFAULT drupal/includes/language.inc No language negotiation. The default language is used. 7 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
MAIL_LINE_ENDINGS drupal/includes/mail.inc Auto-detect appropriate line endings for e-mails. 3 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

Pages

Other projects