Stałe

NazwaLokalizacjaOpis
AGGREGATOR_CLEAR_NEVERmodules/aggregator/aggregator.processor.incOznacza, że wpisy kanału nigdy nie powinny wygasnąć.
BLOCK_CACHE_GLOBALmodules/block/block.moduleBlok jest taki sam na każdej stronie, gdzie jest widoczny.
BLOCK_CACHE_PER_PAGEmodules/block/block.moduleBlok może się zmieniać w zależności od oglądanej strony.
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.moduleOznacz, że blok nie jest aktywny w żadnym regionie i nie powinien być wyświetlony.
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.incOznacza, że cache strony jest wyłączony.
CACHE_NORMALincludes/bootstrap.incOznacza, że cache strony jest wyłączony, przy użyciu trybu "normal".
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.moduleAnonimowi użytkownicy mogą pozostawić dane kontaktowe.
COMMENT_ANONYMOUS_MUST_CONTACTmodules/comment/comment.moduleAnonimowi użytkownicy są zobowiązani pozostawić dane kontaktowe.
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.moduleKomentarze są wyświetlane w płaskiej liście - ukryte (collapsed).
COMMENT_MODE_FLAT_EXPANDEDmodules/comment/comment.moduleKomentarze są wyświetlane w płaskiej liście - odkryte (expanded).
COMMENT_MODE_THREADED_COLLAPSEDmodules/comment/comment.moduleKomentarze są wyświetlane w liście podzielonej na wątki (threaded list). Są ukryte (collapsed).
COMMENT_MODE_THREADED_EXPANDEDmodules/comment/comment.moduleKomentarze są wyświetlane w liście podzielonej na wątki (threaded list). Są odkryte (expanded).
COMMENT_NODE_CLOSEDmodules/comment/comment.moduleKomentarze dla tej strony są zablokowane.
COMMENT_NODE_HIDDENmodules/comment/comment.moduleKomentarze dla tej strony są ukryte.
COMMENT_NODE_OPENmodules/comment/comment.moduleKomentarze dla tej strony są otwarte.
COMMENT_NOT_PUBLISHEDmodules/comment/comment.moduleComment is awaiting approval.
COMMENT_PREVIEW_OPTIONALmodules/comment/comment.modulePodgląd komentarza jest opcjonalny.
COMMENT_PREVIEW_REQUIREDmodules/comment/comment.modulePodgląd komentarza jest obowiązkowy.
COMMENT_PUBLISHEDmodules/comment/comment.moduleKomentarz jest opublikowany.
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.moduleMinimalna polecana wartość zmiennej memory_limit.