Namesort iconLocationDescription
BLOCK_CACHE_GLOBALblock/ block.moduleThe block is the same for every user on every page where it is visible.
BLOCK_CACHE_PER_PAGEblock/ block.moduleThe block can change depending on the page being viewed.
BLOCK_CACHE_PER_ROLEblock/ block.moduleThe block can change depending on the roles the user viewing the page belongs to. This is the default setting, used when the block does not specify anything.
BLOCK_CACHE_PER_USERblock/ block.moduleThe block can change depending on the user viewing the page. This setting can be resource-consuming for sites with large number of users, and thus should only be used when BLOCK_CACHE_PER_ROLE is not sufficient.
BLOCK_NO_CACHEblock/ block.moduleThe block should not get cached. This setting should be used: for simple blocks (notably those that do not perform any db query), where querying the db cache would be more expensive than directly generating the content. for blocks that change too...
BLOCK_REGION_NONEblock/ block.moduleDenotes that a block is not enabled in any region and should not be shown.
COMMENT_ANONYMOUS_MAYNOT_CONTACTcomment/ comment.moduleAnonymous posters may not enter their contact information.
COMMENT_ANONYMOUS_MAY_CONTACTcomment/ comment.moduleAnonymous posters may leave their contact information.
COMMENT_ANONYMOUS_MUST_CONTACTcomment/ comment.moduleAnonymous posters must leave their contact information.
COMMENT_CONTROLS_ABOVEcomment/ comment.moduleComment controls should be shown above the comment list.
COMMENT_CONTROLS_ABOVE_BELOWcomment/ comment.moduleComment controls should be shown both above and below the comment list.
COMMENT_CONTROLS_BELOWcomment/ comment.moduleComment controls should be shown below the comment list.
COMMENT_CONTROLS_HIDDENcomment/ comment.moduleComment controls are hidden.
COMMENT_FORM_BELOWcomment/ comment.moduleComment form should be shown below post or list of comments.
COMMENT_FORM_SEPARATE_PAGEcomment/ comment.moduleComment form should be displayed on a separate page.
COMMENT_MODE_FLAT_COLLAPSEDcomment/ comment.moduleComments are displayed in a flat list - collapsed.
COMMENT_MODE_FLAT_EXPANDEDcomment/ comment.moduleComments are displayed in a flat list - expanded.
COMMENT_MODE_THREADED_COLLAPSEDcomment/ comment.moduleComments are displayed as a threaded list - collapsed.
COMMENT_MODE_THREADED_EXPANDEDcomment/ comment.moduleComments are displayed as a threaded list - expanded.
COMMENT_NODE_DISABLEDcomment/ comment.moduleComments for this node are disabled.
COMMENT_NODE_READ_ONLYcomment/ comment.moduleComments for this node are locked.
COMMENT_NODE_READ_WRITEcomment/ comment.moduleComments are enabled on this node.
COMMENT_NOT_PUBLISHEDcomment/ comment.moduleComment is awaiting approval.
COMMENT_ORDER_NEWEST_FIRSTcomment/ comment.moduleComments are ordered by date - newest first.
COMMENT_ORDER_OLDEST_FIRSTcomment/ comment.moduleComments are ordered by date - oldest first.
COMMENT_PREVIEW_OPTIONALcomment/ comment.moduleComment preview is optional.
COMMENT_PREVIEW_REQUIREDcomment/ comment.moduleComment preview is required.
COMMENT_PUBLISHEDcomment/ comment.moduleComment is published.
DRUPAL_CORE_COMPATIBILITYsystem/ system.moduleCore API compatibility.
DRUPAL_MAXIMUM_TEMP_FILE_AGEsystem/ system.moduleMaximum age of temporary files in seconds.
DRUPAL_MINIMUM_MYSQLsystem/ system.moduleMinimum supported version of MySQL, if it is used.
DRUPAL_MINIMUM_PGSQLsystem/ system.moduleMinimum supported version of PostgreSQL, if it is used.
DRUPAL_MINIMUM_PHPsystem/ system.moduleMinimum supported version of PHP.
DRUPAL_MINIMUM_PHP_MEMORY_LIMITsystem/ system.moduleMinimum recommended value of PHP memory_limit.
EMAIL_MAX_LENGTHuser/ user.module
FILTER_FORMAT_DEFAULTfilter/ filter.module
FILTER_HTML_ESCAPEfilter/ filter.module
FILTER_HTML_STRIPfilter/ filter.module
LANGUAGE_LTRlocale/ locale.moduleLanguage written left to right. Possible value of $language->direction.
LANGUAGE_RTLlocale/ locale.moduleLanguage written right to left. Possible value of $language->direction.
MENU_MAX_MENU_NAME_LENGTH_UImenu/ menu.moduleMaximum length of menu name as entered by the user. Database length is 32 and we add a menu- prefix.
NODE_BUILD_NORMALnode/ node.module
NODE_BUILD_PREVIEWnode/ node.module
NODE_BUILD_PRINTnode/ node.module
NODE_BUILD_RSSnode/ node.module
NODE_BUILD_SEARCH_INDEXnode/ node.module
NODE_BUILD_SEARCH_RESULTnode/ node.module
NODE_NEW_LIMITnode/ node.module
OPENID_DH_DEFAULT_GENopenid/ openid.inc
OPENID_DH_DEFAULT_MODopenid/ openid.inc