Constants

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
IMAGE_STORAGE_DEFAULT drupal-7.x/modules/image/image.module Image style constant for module-defined presets in code. 1
IMAGE_STORAGE_EDITABLE drupal-7.x/modules/image/image.module Image style constant to represent an editable preset. 1
IMAGE_STORAGE_MODULE drupal-7.x/modules/image/image.module Image style constant to represent any module-based preset. 1
IMAGE_STORAGE_NORMAL drupal-7.x/modules/image/image.module Image style constant for user presets in the database. 1
IMAGE_STORAGE_OVERRIDE drupal-7.x/modules/image/image.module Image style constant for user presets that override module-defined presets. 1
INSTALL_TASK_RUN_IF_NOT_COMPLETED drupal-7.x/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. 1
INSTALL_TASK_RUN_IF_REACHED drupal-7.x/includes/install.core.inc Run the task on each installation request until the database is set up. 1
INSTALL_TASK_SKIP drupal-7.x/includes/install.core.inc Do not run the task during the current installation request. 1
JS_DEFAULT drupal-7.x/includes/common.inc The default group for module JavaScript code added to the page. 1
JS_LIBRARY drupal-7.x/includes/common.inc The default group for JavaScript and jQuery libraries added to the page. 1
JS_THEME drupal-7.x/includes/common.inc The default group for theme JavaScript code added to the page. 1
LANGUAGE_LTR drupal-7.x/includes/bootstrap.inc Language written left to right. Possible value of $language->direction. 1
LANGUAGE_NEGOTIATION_DEFAULT drupal-7.x/includes/language.inc No language negotiation. The default language is used. 1
LANGUAGE_NONE drupal-7.x/includes/bootstrap.inc The language code used when no language is explicitly assigned. 1
LANGUAGE_RTL drupal-7.x/includes/bootstrap.inc Language written right to left. Possible value of $language->direction. 1
LANGUAGE_TYPE_CONTENT drupal-7.x/includes/bootstrap.inc The type of language used to define the content language. 1
LANGUAGE_TYPE_INTERFACE drupal-7.x/includes/bootstrap.inc The type of language used to select the user interface. 1
LANGUAGE_TYPE_URL drupal-7.x/includes/bootstrap.inc The type of language used for URLs. 1
LOCALE_IMPORT_KEEP drupal-7.x/includes/locale.inc Translation import mode keeping existing translations and only inserting new strings. 1
LOCALE_IMPORT_OVERWRITE drupal-7.x/includes/locale.inc Translation import mode overwriting all existing translations if new translated version available. 1
LOCALE_JS_OBJECT drupal-7.x/includes/locale.inc Regular expression pattern used to match simple JS object literal. 1
LOCALE_JS_OBJECT_CONTEXT drupal-7.x/includes/locale.inc Regular expression to match an object containing a key 'context'. 1
LOCALE_JS_STRING drupal-7.x/includes/locale.inc Regular expression pattern used to localize JavaScript strings. 1
LOCALE_LANGUAGE_NEGOTIATION_BROWSER drupal-7.x/includes/locale.inc The language is set based on the browser language settings. 1
LOCALE_LANGUAGE_NEGOTIATION_INTERFACE drupal-7.x/includes/locale.inc The language is determined using the current interface language. 1
LOCALE_LANGUAGE_NEGOTIATION_SESSION drupal-7.x/includes/locale.inc The language is set based on the request/session parameters. 1
LOCALE_LANGUAGE_NEGOTIATION_URL drupal-7.x/includes/locale.inc The language is determined using a URL language indicator: path prefix or domain according to the configuration. 1
LOCALE_LANGUAGE_NEGOTIATION_URL_DOMAIN drupal-7.x/includes/locale.inc URL language negotiation: use the domain as URL language indicator. 1
LOCALE_LANGUAGE_NEGOTIATION_URL_FALLBACK drupal-7.x/includes/locale.inc If no URL language is available language is determined using an already detected one. 1
LOCALE_LANGUAGE_NEGOTIATION_URL_PREFIX drupal-7.x/includes/locale.inc URL language negotiation: use the path prefix as URL language indicator. 1
LOCALE_LANGUAGE_NEGOTIATION_USER drupal-7.x/includes/locale.inc The language is set based on the user language settings. 1
MAIL_LINE_ENDINGS drupal-7.x/includes/mail.inc Auto-detect appropriate line endings for e-mails. 1
MAINTENANCE_MODE drupal-7.x/install.php Global flag to indicate the site is in installation mode. 20
MAINTENANCE_MODE drupal-7.x/update.php Global flag indicating that update.php is being run. 20
MAINTENANCE_MODE drupal-7.x/authorize.php Global flag to identify update.php and authorize.php runs. 20
MARK_NEW drupal-7.x/includes/theme.inc Mark content as being new. 1
MARK_READ drupal-7.x/includes/theme.inc Mark content as read. 1
MARK_UPDATED drupal-7.x/includes/theme.inc Mark content as being updated. 1
MENU_ACCESS_DENIED drupal-7.x/includes/menu.inc Internal menu status code -- Menu item access is denied. 1
MENU_CALLBACK drupal-7.x/includes/menu.inc Menu type -- A hidden, internal callback, typically used for API calls. 1
MENU_CONTEXT_INLINE drupal-7.x/includes/menu.inc Internal menu flag: Local task should be displayed inline. 1
MENU_CONTEXT_NONE drupal-7.x/includes/menu.inc Internal menu flag: Invisible local task. 1
MENU_CONTEXT_PAGE drupal-7.x/includes/menu.inc Internal menu flag: Local task should be displayed in page context. 1
MENU_CREATED_BY_ADMIN drupal-7.x/includes/menu.inc Internal menu flag -- menu item was created by administrator. 1
MENU_DEFAULT_LOCAL_TASK drupal-7.x/includes/menu.inc Menu type -- The "default" local task, which is initially active. 1
MENU_FOUND drupal-7.x/includes/menu.inc Internal menu status code -- Menu item was found. 1
MENU_IS_LOCAL_ACTION drupal-7.x/includes/menu.inc Internal menu flag -- menu item is a local action. 1
MENU_IS_LOCAL_TASK drupal-7.x/includes/menu.inc Internal menu flag -- menu item is a local task. 1
MENU_IS_ROOT drupal-7.x/includes/menu.inc Internal menu flag -- menu item is the root of the menu tree. 1
MENU_LINKS_TO_PARENT drupal-7.x/includes/menu.inc Internal menu flag -- menu item links back to its parent. 1

Páginas