NameOrtBeschreibung
AGGREGATOR_CLEAR_NEVERmodules/aggregator/aggregator.processor.incDenotes that a feed's items should never expire.
BLOCK_CACHE_GLOBALmodules/block/block.moduleThe block is the same for every user on every page where it is visible.
BLOCK_CACHE_PER_PAGEmodules/block/block.moduleThe block can change depending on the page being viewed.
BLOCK_CACHE_PER_ROLEmodules/block/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_USERmodules/block/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_CACHEmodules/block/block.moduleThe block should not get cached. This setting should be used:
BLOCK_REGION_NONEmodules/block/block.moduleDenotes that a block is not enabled in any region and should not be shown.
CACHE_AGGRESSIVEincludes/bootstrap.incIndicates that page caching is using "aggressive" mode. This bypasses loading any modules for additional speed, which may break functionality in modules that expect to be run on each page load.
CACHE_DISABLEDincludes/bootstrap.incIndicates that page caching is disabled.
CACHE_NORMALincludes/bootstrap.incIndicates that page caching is enabled, using "normal" mode.
CACHE_PERMANENTincludes/bootstrap.incIndicates that the item should never be removed unless explicitly told to using cache_clear_all() with a cache ID.
CACHE_TEMPORARYincludes/bootstrap.incIndicates that the item should be removed at the next general cache wipe.
CHECK_PLAINincludes/bootstrap.incFlag for drupal_set_title(); text is not sanitized, so run check_plain().
COMMENT_ANONYMOUS_MAYNOT_CONTACTmodules/comment/comment.moduleAnonymous posters cannot enter their contact information.
COMMENT_ANONYMOUS_MAY_CONTACTmodules/comment/comment.moduleAnonymous posters may leave their contact information.
COMMENT_ANONYMOUS_MUST_CONTACTmodules/comment/comment.moduleAnonymous posters are required to leave their contact information.
COMMENT_FORM_BELOWmodules/comment/comment.moduleComment form should be shown below post or list of comments.
COMMENT_FORM_SEPARATE_PAGEmodules/comment/comment.moduleComment form should be displayed on a separate page.
COMMENT_MODE_FLAT_COLLAPSEDmodules/comment/comment.moduleComments are displayed in a flat list - collapsed.
COMMENT_MODE_FLAT_EXPANDEDmodules/comment/comment.moduleComments are displayed in a flat list - expanded.
COMMENT_MODE_THREADED_COLLAPSEDmodules/comment/comment.moduleComments are displayed as a threaded list - collapsed.
COMMENT_MODE_THREADED_EXPANDEDmodules/comment/comment.moduleComments are displayed as a threaded list - expanded.
COMMENT_NODE_CLOSEDmodules/comment/comment.moduleComments for this node are closed.
COMMENT_NODE_HIDDENmodules/comment/comment.moduleComments for this node are hidden.
COMMENT_NODE_OPENmodules/comment/comment.moduleComments for this node are open.
COMMENT_NOT_PUBLISHEDmodules/comment/comment.moduleComment is awaiting approval.
COMMENT_PREVIEW_OPTIONALmodules/comment/comment.moduleComment preview is optional.
COMMENT_PREVIEW_REQUIREDmodules/comment/comment.moduleComment preview is required.
COMMENT_PUBLISHEDmodules/comment/comment.moduleComment is published.
DRUPAL_ANONYMOUS_RIDincludes/bootstrap.incRole ID for anonymous users; should match what's in the "role" table.
DRUPAL_AUTHENTICATED_RIDincludes/bootstrap.incRole ID for authenticated users; should match what's in the "role" table.
DRUPAL_BOOTSTRAP_ACCESSincludes/bootstrap.incFourth bootstrap phase: identify and reject banned hosts.
DRUPAL_BOOTSTRAP_CONFIGURATIONincludes/bootstrap.incFirst bootstrap phase: initialize configuration.
DRUPAL_BOOTSTRAP_DATABASEincludes/bootstrap.incThird bootstrap phase: initialize database layer.
DRUPAL_BOOTSTRAP_EARLY_PAGE_CACHEincludes/bootstrap.incSecond bootstrap phase: try to call a non-database cache fetch routine.
DRUPAL_BOOTSTRAP_FULLincludes/bootstrap.incFinal bootstrap phase: Drupal is fully loaded; validate and fix input data.
DRUPAL_BOOTSTRAP_LANGUAGEincludes/bootstrap.incEighth bootstrap phase: find out language of the page.
DRUPAL_BOOTSTRAP_LATE_PAGE_CACHEincludes/bootstrap.incSeventh bootstrap phase: load bootstrap.inc and module.inc, start the variable system and try to serve a page from the cache.
DRUPAL_BOOTSTRAP_PATHincludes/bootstrap.incNineth bootstrap phase: set $_GET['q'] to Drupal path of request.
DRUPAL_BOOTSTRAP_SESSIONincludes/bootstrap.incFifth bootstrap phase: initialize session handling.
DRUPAL_BOOTSTRAP_VARIABLESincludes/bootstrap.incSixth bootstrap phase: initialize the variable system.
DRUPAL_CORE_COMPATIBILITYmodules/system/system.moduleCore API compatibility.
DRUPAL_HASH_COUNTincludes/password.incThe standard log2 number of iterations for password stretching. This should increase by 1 at least every other Drupal version in order to counteract increases in the speed and power of computers available to crack the hashes.
DRUPAL_KILOBYTEincludes/bootstrap.incThe number of bytes in a kilobyte. For more information, visit http://en.wikipedia.org/wiki/Kilobyte.
DRUPAL_MAXIMUM_TEMP_FILE_AGEmodules/system/system.moduleMaximum age of temporary files in seconds.
DRUPAL_MAX_HASH_COUNTincludes/password.incThe maximum allowed log2 number of iterations for password stretching.
DRUPAL_MINIMUM_MYSQLmodules/system/system.moduleMinimum supported version of MySQL, if it is used.
DRUPAL_MINIMUM_PGSQLmodules/system/system.moduleMinimum supported version of PostgreSQL, if it is used.
DRUPAL_MINIMUM_PHPmodules/system/system.moduleMinimum supported version of PHP.
DRUPAL_MINIMUM_PHP_MEMORY_LIMITmodules/system/system.moduleMinimum recommended value of PHP memory_limit.