Constants

Primary tabs

Namesort ascending Location Description Direct uses Strings
DRUPAL_OPTIONAL drupal/core/modules/system/system.module Optional option on forms and settings 19
DRUPAL_NO_CACHE drupal/core/includes/common.inc The block should not get cached. 13
DRUPAL_MINIMUM_PHP_MEMORY_LIMIT drupal/core/includes/bootstrap.inc Minimum recommended value of PHP memory_limit. 1
DRUPAL_MINIMUM_PHP drupal/core/includes/bootstrap.inc Minimum supported version of PHP. 5
DRUPAL_MAXIMUM_TEMP_FILE_AGE drupal/core/modules/system/system.module Maximum age of temporary files in seconds. 2
DRUPAL_KILOBYTE drupal/core/includes/bootstrap.inc The number of bytes in a kilobyte. 3
DRUPAL_DISABLED drupal/core/modules/system/system.module Disabled option on forms and settings 15
DRUPAL_CORE_COMPATIBILITY drupal/core/includes/bootstrap.inc Core API compatibility. 12 1
DRUPAL_CACHE_PER_USER drupal/core/includes/common.inc The block or element can change depending on the user. 2
DRUPAL_CACHE_PER_ROLE drupal/core/includes/common.inc The block or element can change depending on the user's roles. 5
DRUPAL_CACHE_PER_PAGE drupal/core/includes/common.inc The block or element can change depending on the page being viewed. 3
DRUPAL_CACHE_GLOBAL drupal/core/includes/common.inc The block or element is the same for every user and page that it is visible. 1
DRUPAL_CACHE_CUSTOM drupal/core/includes/common.inc The block is handling its own caching in its hook_block_view(). 2
DRUPAL_BOOTSTRAP_VARIABLES drupal/core/includes/bootstrap.inc Fifth bootstrap phase: initialize the variable system. 4
DRUPAL_BOOTSTRAP_SESSION drupal/core/includes/bootstrap.inc Sixth bootstrap phase: initialize session handling. 3
DRUPAL_BOOTSTRAP_PAGE_CACHE drupal/core/includes/bootstrap.inc Third bootstrap phase: try to serve a cached page. 1
DRUPAL_BOOTSTRAP_KERNEL drupal/core/includes/bootstrap.inc Second bootstrap phase, initalize a kernel. 1
DRUPAL_BOOTSTRAP_FULL drupal/core/includes/bootstrap.inc Final bootstrap phase: initialize language, path, theme, and modules. 7
DRUPAL_BOOTSTRAP_DATABASE drupal/core/includes/bootstrap.inc Fourth bootstrap phase: initialize database layer. 3
DRUPAL_BOOTSTRAP_CONFIGURATION drupal/core/includes/bootstrap.inc First bootstrap phase: initialize configuration. 4
DRUPAL_BOOTSTRAP_CODE drupal/core/includes/bootstrap.inc Eighth bootstrap phase: load code for subsystems and modules. 3
DRUPAL_AUTHENTICATED_RID drupal/core/includes/bootstrap.inc Role ID for authenticated users; should match what's in the "role" table. 34
DRUPAL_ANONYMOUS_RID drupal/core/includes/bootstrap.inc Role ID for anonymous users; should match what's in the "role" table. 46
DATETIME_STORAGE_TIMEZONE drupal/core/modules/datetime/datetime.module Defines the timezone that dates should be stored in. 4
DATETIME_DATE_STORAGE_FORMAT drupal/core/modules/datetime/datetime.module Defines the format that dates should be stored in. 6
DATETIME_DATETIME_STORAGE_FORMAT drupal/core/modules/datetime/datetime.module Defines the format that date and time should be stored in. 6
CSS_STATE drupal/core/includes/common.inc The default weight for CSS rules that style states and are not included with components.
CSS_SKIN drupal/core/includes/common.inc The default weight for CSS rules that style skins and are not included with components. 1
CSS_LAYOUT drupal/core/includes/common.inc The default weight for CSS rules that layout a page.
CSS_COMPONENT drupal/core/includes/common.inc The default weight for CSS rules that style design components (and their associated states and skins.) 1
CSS_BASE drupal/core/includes/common.inc The default weight for CSS rules that style HTML elements ("base" styles).
CSS_AGGREGATE_THEME drupal/core/includes/common.inc The default aggregation group for theme CSS files added to the page. 2
CSS_AGGREGATE_DEFAULT drupal/core/includes/common.inc The default aggregation group for CSS files added to the page. 2
CONFIG_STAGING_DIRECTORY drupal/core/includes/bootstrap.inc $config_directories key for staging directory. 8
CONFIG_ACTIVE_DIRECTORY drupal/core/includes/bootstrap.inc $config_directories key for active directory. 8
COMMENT_PUBLISHED drupal/core/modules/comment/comment.module Comment is published. 26
COMMENT_NOT_PUBLISHED drupal/core/modules/comment/comment.module Comment is awaiting approval. 15
COMMENT_NODE_OPEN drupal/core/modules/comment/comment.module Comments for this node are open. 15
COMMENT_NODE_HIDDEN drupal/core/modules/comment/comment.module Comments for this node are hidden. 10
COMMENT_NODE_CLOSED drupal/core/modules/comment/comment.module Comments for this node are closed. 6
COMMENT_MODE_THREADED drupal/core/modules/comment/comment.module Comments are displayed as a threaded list - expanded. 17
COMMENT_MODE_FLAT drupal/core/modules/comment/comment.module Comments are displayed in a flat list - expanded. 6
COMMENT_FORM_SEPARATE_PAGE drupal/core/modules/comment/comment.module Comment form should be displayed on a separate page. 5
COMMENT_FORM_BELOW drupal/core/modules/comment/comment.module Comment form should be shown below post or list of comments. 8
COMMENT_ANONYMOUS_MUST_CONTACT drupal/core/modules/comment/comment.module Anonymous posters are required to leave their contact information. 1
COMMENT_ANONYMOUS_MAY_CONTACT drupal/core/modules/comment/comment.module Anonymous posters may leave their contact information. 2
COMMENT_ANONYMOUS_MAYNOT_CONTACT drupal/core/modules/comment/comment.module Anonymous posters cannot enter their contact information. 2
CHECK_PLAIN drupal/core/includes/bootstrap.inc Flag for drupal_set_title(); text is not sanitized, so run check_plain(). 1
BLOCK_VISIBILITY_PHP drupal/core/modules/block/block.module Shows this block if the associated PHP code returns TRUE. 2
BLOCK_VISIBILITY_NOTLISTED drupal/core/modules/block/block.module Shows this block on every page except the listed pages. 1

Pages

Other projects