Contains filters are case sensitive
Namesort ascending Location Description
BACKDROP_USER_TIMEZONE_DEFAULT modules/system/system.module New users will be set to the default time zone at registration.
BACKDROP_ROOT modules/simpletest/tests/https.php Defines the root directory of the Backdrop installation.
BACKDROP_ROOT modules/simpletest/tests/http.php Defines the root directory of the Backdrop installation.
BACKDROP_ROOT ./install.php Defines the root directory of the Backdrop installation.
BACKDROP_ROOT ./update.php Defines the root directory of the Backdrop installation.
BACKDROP_ROOT ./authorize.php Defines the root directory of the Backdrop installation.
BACKDROP_ROOT ./cron.php Defines the root directory of the Backdrop installation.
BACKDROP_REQUIRED modules/system/system.module Required option on forms and settings
BACKDROP_PHP_FUNCTION_PATTERN includes/bootstrap.inc Regular expression to match PHP function names.
BACKDROP_OPTIONAL modules/system/system.module Optional option on forms and settings
BACKDROP_NO_CACHE includes/common.inc The block should not get cached.
BACKDROP_MINIMUM_PHP_MEMORY_LIMIT includes/bootstrap.inc Minimum recommended value of PHP memory_limit.
BACKDROP_MINIMUM_PHP includes/bootstrap.inc Minimum supported version of PHP.
BACKDROP_MIN_HASH_COUNT includes/password.inc The minimum allowed log2 number of iterations for password stretching.
BACKDROP_MAXIMUM_TEMP_FILE_AGE modules/system/system.module Maximum age of temporary files in seconds.
BACKDROP_MAX_HASH_COUNT includes/password.inc The maximum allowed log2 number of iterations for password stretching.
BACKDROP_KILOBYTE includes/bootstrap.inc The number of bytes in a kilobyte.
BACKDROP_HASH_LENGTH includes/password.inc The expected (and maximum) number of characters in a hashed password.
BACKDROP_HASH_COUNT includes/password.inc The standard log2 number of iterations for password stretching. This should increase by 1 every Backdrop version in order to counteract increases in the speed and power of computers available to crack the hashes.
BACKDROP_DISABLED modules/system/system.module Disabled option on forms and settings
BACKDROP_CORE_COMPATIBILITY includes/bootstrap.inc Core API compatibility.
BACKDROP_CACHE_PER_USER includes/common.inc The block or element can change depending on the user.
BACKDROP_CACHE_PER_ROLE includes/common.inc The block or element can change depending on the user's roles.
BACKDROP_CACHE_PER_PAGE includes/common.inc The block or element can change depending on the page being viewed.
BACKDROP_CACHE_GLOBAL includes/common.inc The block or element is the same for every user and page that it is visible.
BACKDROP_CACHE_CUSTOM includes/common.inc The block is handling its own caching in its hook_block_view().
BACKDROP_BOOTSTRAP_VARIABLES includes/bootstrap.inc Fifth bootstrap phase: initialize the variable system.
BACKDROP_BOOTSTRAP_SESSION includes/bootstrap.inc Sixth bootstrap phase: initialize session handling.
BACKDROP_BOOTSTRAP_PAGE_HEADER includes/bootstrap.inc Seventh bootstrap phase: set up the page header.
BACKDROP_BOOTSTRAP_PAGE_CACHE includes/bootstrap.inc Second bootstrap phase: try to serve a cached page.
BACKDROP_BOOTSTRAP_LOCK includes/bootstrap.inc Fourth bootstrap phase: initialize the lock system.
BACKDROP_BOOTSTRAP_LANGUAGE includes/bootstrap.inc Eighth bootstrap phase: find out language of the page.
BACKDROP_BOOTSTRAP_FULL includes/bootstrap.inc Final bootstrap phase: Backdrop is fully loaded; validate and fix input data.
BACKDROP_BOOTSTRAP_DATABASE includes/bootstrap.inc Third bootstrap phase: initialize database layer.
BACKDROP_BOOTSTRAP_CONFIGURATION includes/bootstrap.inc First bootstrap phase: initialize configuration.
BACKDROP_AUTHENTICATED_ROLE includes/bootstrap.inc Role ID for authenticated users.
BACKDROP_ANONYMOUS_ROLE includes/bootstrap.inc Role ID for anonymous users.
ARCHIVE_TAR_END_BLOCK modules/system/system.tar.inc
ARCHIVE_TAR_ATT_SEPARATOR modules/system/system.tar.inc

Pages