Constants

Primary tabs

Name Location Description Direct usessort ascending Strings
EMAIL_MAX_LENGTH drupal/modules/user/user.module Maximum length of user e-mail text field. 3 1
BLOCK_VISIBILITY_LISTED drupal/modules/block/block.module Shows this block on only the listed pages. 3 1
IMAGE_STORAGE_NORMAL drupal/modules/image/image.module Image style constant for user presets in the database. 3 1
IMAGE_STORAGE_OVERRIDE drupal/modules/image/image.module Image style constant for user presets that override module-defined presets. 3 1
IMAGE_STORAGE_DEFAULT drupal/modules/image/image.module Image style constant for module-defined presets in code. 3 1
FILE_URL_TEST_CDN_2 drupal/modules/simpletest/tests/file_test.module 3 1
DRUPAL_MAX_HASH_COUNT drupal/includes/password.inc The maximum allowed log2 number of iterations for password stretching. 2 1
DRUPAL_HASH_LENGTH drupal/includes/password.inc The expected (and maximum) number of characters in a hashed password. 2 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
MARK_READ drupal/includes/theme.inc Mark content as read. 2 1
MARK_UPDATED drupal/includes/theme.inc Mark content as being updated. 2 1
SAVED_DELETED drupal/includes/common.inc Return status for saving which deleted an existing item. 2 1
CSS_SYSTEM drupal/includes/common.inc The default group for system CSS files added to the page. 2 1
CSS_DEFAULT drupal/includes/common.inc The default group for module CSS files added to the page. 2 1
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_CACHE_CUSTOM drupal/includes/common.inc The block is handling its own caching in its hook_block_view(). 2 1
DRUPAL_CACHE_PER_USER drupal/includes/common.inc The block or element can change depending on the user. 2 1
MENU_VISIBLE_IN_TREE drupal/includes/menu.inc Internal menu flag -- menu item is visible in the menu tree. 2 1
MENU_CONTEXT_NONE drupal/includes/menu.inc Internal menu flag: Invisible local task. 2 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
ERROR_REPORTING_DISPLAY_SOME drupal/includes/bootstrap.inc Error reporting level: display errors and warnings. 2 1
CACHE_PERMANENT drupal/includes/bootstrap.inc Indicates that the item should never be removed unless explicitly selected. 2 1
WATCHDOG_EMERGENCY drupal/includes/bootstrap.inc Log message severity -- Emergency: system is unusable. 2 1
WATCHDOG_ALERT drupal/includes/bootstrap.inc Log message severity -- Alert: action must be taken immediately. 2 1
WATCHDOG_CRITICAL drupal/includes/bootstrap.inc Log message severity -- Critical conditions. 2 1
DRUPAL_BOOTSTRAP_LANGUAGE drupal/includes/bootstrap.inc Seventh bootstrap phase: find out language of the page. 2 1
REGISTRY_RESET_LOOKUP_CACHE drupal/includes/bootstrap.inc Signals that the registry lookup cache should be reset. 2 1
REGISTRY_WRITE_LOOKUP_CACHE drupal/includes/bootstrap.inc Signals that the registry lookup cache should be written to storage. 2 1
STREAM_WRAPPERS_LOCAL_HIDDEN drupal/includes/stream_wrappers.inc Stream wrapper type flag -- hidden, readable and writeable using local files. 2 1
STREAM_WRAPPERS_NORMAL drupal/includes/stream_wrappers.inc Stream wrapper type flag -- the default when 'type' is omitted from hook_stream_wrappers(). This does not include STREAM_WRAPPERS_LOCAL, because PHP grants a greater trust level to local files (for example, they can be used in an… 2 1
STREAM_WRAPPERS_LOCAL_NORMAL drupal/includes/stream_wrappers.inc Stream wrapper type flag -- visible, readable and writeable using local files. 2 1
FIELD_BEHAVIOR_NONE drupal/modules/field/field.module Value for field API indicating a widget doesn't accept default values. 2 1
PREG_CLASS_CJK drupal/modules/search/search.module Matches CJK (Chinese, Japanese, Korean) letter-like characters. 2 1
DRUPAL_MAXIMUM_TEMP_FILE_AGE drupal/modules/system/system.module Maximum age of temporary files in seconds. 2 1
DRUPAL_CRON_DEFAULT_THRESHOLD drupal/modules/system/system.module Default interval for automatic cron executions in seconds. 2 1
DRUPAL_USER_TIMEZONE_DEFAULT drupal/modules/system/system.module New users will be set to the default time zone at registration. 2 1
OPENID_DH_DEFAULT_MOD drupal/modules/openid/openid.inc Diffie-Hellman Key Exchange Default Value. 2 1
OPENID_DH_DEFAULT_GEN drupal/modules/openid/openid.inc Diffie-Hellman generator; used for Diffie-Hellman key exchange computations. 2 1
PROFILE_PUBLIC_LISTINGS drupal/modules/profile/profile.module Public field, content shown on profile page and on member list pages. 2 1
NODE_ACCESS_IGNORE drupal/modules/node/node.module Modules should return this value from hook_node_access() to not affect node access. 2 1
COMMENT_ANONYMOUS_MAYNOT_CONTACT drupal/modules/comment/comment.module Anonymous posters cannot enter their contact information. 2 1
COMMENT_ANONYMOUS_MAY_CONTACT drupal/modules/comment/comment.module Anonymous posters may leave their contact information. 2 1
BLOCK_CUSTOM_FIXED drupal/modules/block/block.module Users cannot control whether or not they see this block. 2 1
BLOCK_CUSTOM_ENABLED drupal/modules/block/block.module Shows this block by default, but lets individual users hide it. 2 1
BLOCK_VISIBILITY_PHP drupal/modules/block/block.module Shows this block if the associated PHP code returns TRUE. 2 1
IMAGE_STORAGE_EDITABLE drupal/modules/image/image.module Image style constant to represent an editable preset. 2 1
FILE_URL_TEST_CDN_1 drupal/modules/simpletest/tests/file_test.module @file Helper module for the file tests. 2 1

Pages

Other projects