Constants

Namesort iconLocationDescription
BLOCK_REGION_NONEdrupal/ modules/ block/ block.moduleDenotes that a block is not enabled in any region and should not be shown.
CACHE_AGGRESSIVEdrupal/ includes/ 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_DISABLEDdrupal/ includes/ bootstrap.incIndicates that page caching is disabled.
CACHE_NORMALdrupal/ includes/ bootstrap.incIndicates that page caching is enabled, using "normal" mode.
CACHE_PERMANENTdrupal/ includes/ bootstrap.incIndicates that the item should never be removed unless explicitly told to using cache_clear_all() with a cache ID.
CACHE_TEMPORARYdrupal/ includes/ bootstrap.incIndicates that the item should be removed at the next general cache wipe.
CM_TO_CMubercart/ uc_store/ uc_store.module
CM_TO_FTubercart/ uc_store/ uc_store.module
CM_TO_INubercart/ uc_store/ uc_store.module
CM_TO_MMubercart/ uc_store/ uc_store.module
COMMENT_ANONYMOUS_MAYNOT_CONTACTdrupal/ modules/ comment/ comment.moduleAnonymous posters may not enter their contact information.
COMMENT_ANONYMOUS_MAY_CONTACTdrupal/ modules/ comment/ comment.moduleAnonymous posters may leave their contact information.
COMMENT_ANONYMOUS_MUST_CONTACTdrupal/ modules/ comment/ comment.moduleAnonymous posters must leave their contact information.
COMMENT_CONTROLS_ABOVEdrupal/ modules/ comment/ comment.moduleComment controls should be shown above the comment list.
COMMENT_CONTROLS_ABOVE_BELOWdrupal/ modules/ comment/ comment.moduleComment controls should be shown both above and below the comment list.
COMMENT_CONTROLS_BELOWdrupal/ modules/ comment/ comment.moduleComment controls should be shown below the comment list.
COMMENT_CONTROLS_HIDDENdrupal/ modules/ comment/ comment.moduleComment controls are hidden.
COMMENT_FORM_BELOWdrupal/ modules/ comment/ comment.moduleComment form should be shown below post or list of comments.
COMMENT_FORM_SEPARATE_PAGEdrupal/ modules/ comment/ comment.moduleComment form should be displayed on a separate page.
COMMENT_MODE_FLAT_COLLAPSEDdrupal/ modules/ comment/ comment.moduleComments are displayed in a flat list - collapsed.
COMMENT_MODE_FLAT_EXPANDEDdrupal/ modules/ comment/ comment.moduleComments are displayed in a flat list - expanded.
COMMENT_MODE_THREADED_COLLAPSEDdrupal/ modules/ comment/ comment.moduleComments are displayed as a threaded list - collapsed.
COMMENT_MODE_THREADED_EXPANDEDdrupal/ modules/ comment/ comment.moduleComments are displayed as a threaded list - expanded.
COMMENT_NODE_DISABLEDdrupal/ modules/ comment/ comment.moduleComments for this node are disabled.
COMMENT_NODE_READ_ONLYdrupal/ modules/ comment/ comment.moduleComments for this node are locked.
COMMENT_NODE_READ_WRITEdrupal/ modules/ comment/ comment.moduleComments are enabled on this node.
COMMENT_NOT_PUBLISHEDdrupal/ modules/ comment/ comment.moduleComment is awaiting approval.
COMMENT_ORDER_NEWEST_FIRSTdrupal/ modules/ comment/ comment.moduleComments are ordered by date - newest first.
COMMENT_ORDER_OLDEST_FIRSTdrupal/ modules/ comment/ comment.moduleComments are ordered by date - oldest first.
COMMENT_PREVIEW_OPTIONALdrupal/ modules/ comment/ comment.moduleComment preview is optional.
COMMENT_PREVIEW_REQUIREDdrupal/ modules/ comment/ comment.moduleComment preview is required.
COMMENT_PUBLISHEDdrupal/ modules/ comment/ comment.moduleComment is published.
DB_QUERY_REGEXPdrupal/ includes/ database.incIndicates the place holders that should be replaced in _db_query_callback().
DRUPAL_ANONYMOUS_RIDdrupal/ includes/ bootstrap.incRole ID for anonymous users; should match what's in the "role" table.
DRUPAL_AUTHENTICATED_RIDdrupal/ includes/ bootstrap.incRole ID for authenticated users; should match what's in the "role" table.
DRUPAL_BOOTSTRAP_ACCESSdrupal/ includes/ bootstrap.incFourth bootstrap phase: identify and reject banned hosts.
DRUPAL_BOOTSTRAP_CONFIGURATIONdrupal/ includes/ bootstrap.incFirst bootstrap phase: initialize configuration.
DRUPAL_BOOTSTRAP_DATABASEdrupal/ includes/ bootstrap.incThird bootstrap phase: initialize database layer.
DRUPAL_BOOTSTRAP_EARLY_PAGE_CACHEdrupal/ includes/ bootstrap.incSecond bootstrap phase: try to call a non-database cache fetch routine.
DRUPAL_BOOTSTRAP_FULLdrupal/ includes/ bootstrap.incFinal bootstrap phase: Drupal is fully loaded; validate and fix input data.
DRUPAL_BOOTSTRAP_LATE_PAGE_CACHEdrupal/ includes/ bootstrap.incSixth bootstrap phase: load bootstrap.inc and module.inc, start the variable system and try to serve a page from the cache.
DRUPAL_BOOTSTRAP_PATHdrupal/ includes/ bootstrap.incSeventh bootstrap phase: set $_GET['q'] to Drupal path of request.
DRUPAL_BOOTSTRAP_SESSIONdrupal/ includes/ bootstrap.incFifth bootstrap phase: initialize session handling.
DRUPAL_MINIMUM_MYSQLdrupal/ modules/ system/ system.install
DRUPAL_MINIMUM_PGSQLdrupal/ modules/ system/ system.install
DRUPAL_MINIMUM_PHPdrupal/ modules/ system/ system.install
EMAIL_MAX_LENGTHdrupal/ modules/ user/ user.module
FILE_CREATE_DIRECTORYdrupal/ includes/ file.inc
FILE_DOWNLOADS_PRIVATEdrupal/ includes/ file.inc
FILE_DOWNLOADS_PUBLICdrupal/ includes/ file.inc