AGGREGATOR_CLEAR_NEVER |
drupal/core/modules/aggregator/aggregator.module |
Denotes that a feed's items should never expire. |
3 |
|
ARCHIVE_TAR_ATT_SEPARATOR |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
1 |
1 |
ARCHIVE_TAR_END_BLOCK |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
1 |
1 |
BLOCK_CUSTOM_DISABLED |
drupal/core/modules/block/block.module |
Hides this block by default but lets individual users show it. |
1 |
|
BLOCK_CUSTOM_ENABLED |
drupal/core/modules/block/block.module |
Shows this block by default, but lets individual users hide it. |
2 |
|
BLOCK_CUSTOM_FIXED |
drupal/core/modules/block/block.module |
Users cannot control whether or not they see this block. |
2 |
|
BLOCK_REGION_NONE |
drupal/core/modules/block/block.module |
Denotes that a block is not enabled in any region and should not be shown. |
8 |
|
BLOCK_VISIBILITY_LISTED |
drupal/core/modules/block/block.module |
Shows this block on only the listed pages. |
2 |
|
BLOCK_VISIBILITY_NOTLISTED |
drupal/core/modules/block/block.module |
Shows this block on every page except the listed pages. |
3 |
|
BLOCK_VISIBILITY_PHP |
drupal/core/modules/block/block.module |
Shows this block if the associated PHP code returns TRUE. |
2 |
|
CHECK_PLAIN |
drupal/core/includes/bootstrap.inc |
Flag for drupal_set_title(); text is not sanitized, so run check_plain(). |
1 |
|
COMMENT_ANONYMOUS_MAYNOT_CONTACT |
drupal/core/modules/comment/comment.module |
Anonymous posters cannot enter their contact information. |
2 |
|
COMMENT_ANONYMOUS_MAY_CONTACT |
drupal/core/modules/comment/comment.module |
Anonymous posters may leave their contact information. |
2 |
|
COMMENT_ANONYMOUS_MUST_CONTACT |
drupal/core/modules/comment/comment.module |
Anonymous posters are required to leave their contact information. |
1 |
|
COMMENT_FORM_BELOW |
drupal/core/modules/comment/comment.module |
Comment form should be shown below post or list of comments. |
8 |
|
COMMENT_FORM_SEPARATE_PAGE |
drupal/core/modules/comment/comment.module |
Comment form should be displayed on a separate page. |
5 |
|
COMMENT_MODE_FLAT |
drupal/core/modules/comment/comment.module |
Comments are displayed in a flat list - expanded. |
6 |
|
COMMENT_MODE_THREADED |
drupal/core/modules/comment/comment.module |
Comments are displayed as a threaded list - expanded. |
17 |
|
COMMENT_NODE_CLOSED |
drupal/core/modules/comment/comment.module |
Comments for this node are closed. |
6 |
|
COMMENT_NODE_HIDDEN |
drupal/core/modules/comment/comment.module |
Comments for this node are hidden. |
10 |
|
COMMENT_NODE_OPEN |
drupal/core/modules/comment/comment.module |
Comments for this node are open. |
15 |
|
COMMENT_NOT_PUBLISHED |
drupal/core/modules/comment/comment.module |
Comment is awaiting approval. |
13 |
|
COMMENT_PUBLISHED |
drupal/core/modules/comment/comment.module |
Comment is published. |
23 |
|
CONFIG_ACTIVE_DIRECTORY |
drupal/core/includes/bootstrap.inc |
$config_directories key for active directory. |
5 |
|
CONFIG_IMPORT_LOCK |
drupal/core/includes/config.inc |
Config import lock name used to prevent concurrent synchronizations. |
2 |
|
CONFIG_STAGING_DIRECTORY |
drupal/core/includes/bootstrap.inc |
$config_directories key for staging directory. |
4 |
|
CSS_DEFAULT |
drupal/core/includes/common.inc |
The default group for module CSS files added to the page. |
2 |
|
CSS_SYSTEM |
drupal/core/includes/common.inc |
The default group for system CSS files added to the page. |
2 |
|
CSS_THEME |
drupal/core/includes/common.inc |
The default group for theme CSS files added to the page. |
2 |
|
DRUPAL_ANONYMOUS_RID |
drupal/core/includes/bootstrap.inc |
Role ID for anonymous users; should match what's in the "role" table. |
40 |
|
DRUPAL_AUTHENTICATED_RID |
drupal/core/includes/bootstrap.inc |
Role ID for authenticated users; should match what's in the "role" table. |
25 |
|
DRUPAL_BOOTSTRAP_CODE |
drupal/core/includes/bootstrap.inc |
Eighth bootstrap phase: load code for subsystems and modules. |
5 |
|
DRUPAL_BOOTSTRAP_CONFIGURATION |
drupal/core/includes/bootstrap.inc |
First bootstrap phase: initialize configuration. |
6 |
|
DRUPAL_BOOTSTRAP_DATABASE |
drupal/core/includes/bootstrap.inc |
Fourth bootstrap phase: initialize database layer. |
3 |
|
DRUPAL_BOOTSTRAP_FULL |
drupal/core/includes/bootstrap.inc |
Final bootstrap phase: initialize language, path, theme, and modules. |
7 |
|
DRUPAL_BOOTSTRAP_KERNEL |
drupal/core/includes/bootstrap.inc |
Second bootstrap phase, initalize a kernel. |
1 |
|
DRUPAL_BOOTSTRAP_PAGE_CACHE |
drupal/core/includes/bootstrap.inc |
Third bootstrap phase: try to serve a cached page. |
1 |
|
DRUPAL_BOOTSTRAP_PAGE_HEADER |
drupal/core/includes/bootstrap.inc |
Seventh bootstrap phase: set up the page header. |
1 |
|
DRUPAL_BOOTSTRAP_SESSION |
drupal/core/includes/bootstrap.inc |
Sixth bootstrap phase: initialize session handling. |
4 |
|
DRUPAL_BOOTSTRAP_VARIABLES |
drupal/core/includes/bootstrap.inc |
Fifth bootstrap phase: initialize the variable system. |
5 |
|
DRUPAL_CACHE_CUSTOM |
drupal/core/includes/common.inc |
The block is handling its own caching in its hook_block_view(). |
2 |
|
DRUPAL_CACHE_GLOBAL |
drupal/core/includes/common.inc |
The block or element is the same for every user and page that it is visible. |
1 |
|
DRUPAL_CACHE_PER_PAGE |
drupal/core/includes/common.inc |
The block or element can change depending on the page being viewed. |
3 |
|
DRUPAL_CACHE_PER_ROLE |
drupal/core/includes/common.inc |
The block or element can change depending on the user's roles. |
5 |
|
DRUPAL_CACHE_PER_USER |
drupal/core/includes/common.inc |
The block or element can change depending on the user. |
2 |
|
DRUPAL_CORE_COMPATIBILITY |
drupal/core/includes/bootstrap.inc |
Core API compatibility. |
11 |
|
DRUPAL_DISABLED |
drupal/core/modules/system/system.module |
Disabled option on forms and settings |
15 |
|
DRUPAL_KILOBYTE |
drupal/core/includes/bootstrap.inc |
The number of bytes in a kilobyte. |
3 |
|
DRUPAL_MAXIMUM_TEMP_FILE_AGE |
drupal/core/modules/system/system.module |
Maximum age of temporary files in seconds. |
2 |
|
DRUPAL_MINIMUM_PHP |
drupal/core/includes/bootstrap.inc |
Minimum supported version of PHP. |
4 |
|