Primary tabs

Name Location Description Direct uses Stringssort descending
USERNAME_MAX_LENGTH modules/user/user.module @file Enables the user registration and login system. 6 1
EMAIL_MAX_LENGTH modules/user/user.module 3 1
DRUPAL_MINIMUM_PHP modules/system/system.install 2 1
DRUPAL_MINIMUM_MYSQL modules/system/system.install 2 1
DRUPAL_MINIMUM_PGSQL modules/system/system.install 1 1
VERSION modules/system/system.module @file Configuration system that lets administrators modify the workings of the site. 3 1
PREG_CLASS_SEARCH_EXCLUDE modules/search/search.module Matches Unicode character classes to exclude from the search index. 2 1
PREG_CLASS_NUMBERS modules/search/search.module Matches all 'N' Unicode character classes (numbers) 1 1
PREG_CLASS_PUNCTUATION modules/search/search.module Matches all 'P' Unicode character classes (punctuation) 1 1
PREG_CLASS_CJK modules/search/search.module Matches all CJK characters that are candidates for auto-splitting (Chinese, Japanese, Korean). Contains kana and BMP ideographs. 2 1
PROFILE_PRIVATE modules/profile/profile.module Private field, content only available to privileged users. 1 1
PROFILE_PUBLIC modules/profile/profile.module Public field, content shown on profile page but not used on member list pages. 1 1
PROFILE_PUBLIC_LISTINGS modules/profile/profile.module Public field, content shown on profile page and on member list pages. 1 1
PROFILE_HIDDEN modules/profile/profile.module Hidden profile field, only accessible by administrators, modules and themes. 2 1
NODE_NEW_LIMIT modules/node/node.module @file The core that allows content to be submitted to the site. Modules and scripts may programmatically submit nodes using the usual form API pattern. 5 1
FILTER_FORMAT_DEFAULT modules/filter/filter.module 5 1
FILTER_HTML_STRIP modules/filter/filter.module 1 1
FILTER_HTML_ESCAPE modules/filter/filter.module 1
COMMENT_PUBLISHED modules/comment/comment.module Comment is published. 10 1
COMMENT_NOT_PUBLISHED modules/comment/comment.module Comment is awaiting approval. 5 1
COMMENT_MODE_FLAT_COLLAPSED modules/comment/comment.module Comments are displayed in a flat list - collapsed. 1
COMMENT_MODE_FLAT_EXPANDED modules/comment/comment.module Comments are displayed in a flat list - expanded. 1
COMMENT_MODE_THREADED_COLLAPSED modules/comment/comment.module Comments are displayed as a threaded list - collapsed. 1
COMMENT_MODE_THREADED_EXPANDED modules/comment/comment.module Comments are displayed as a threaded list - expanded. 1 1
COMMENT_ORDER_NEWEST_FIRST modules/comment/comment.module Comments are ordered by date - newest first. 1 1
COMMENT_ORDER_OLDEST_FIRST modules/comment/comment.module Comments are ordered by date - oldest first. 1
COMMENT_CONTROLS_ABOVE modules/comment/comment.module Comment controls should be shown above the comment list. 1
COMMENT_CONTROLS_BELOW modules/comment/comment.module Comment controls should be shown below the comment list. 1
COMMENT_CONTROLS_ABOVE_BELOW modules/comment/comment.module Comment controls should be shown both above and below the comment list. 1
COMMENT_CONTROLS_HIDDEN modules/comment/comment.module Comment controls are hidden. 1 1
COMMENT_ANONYMOUS_MAYNOT_CONTACT modules/comment/comment.module Anonymous posters may not enter their contact information. 1 1
COMMENT_ANONYMOUS_MAY_CONTACT modules/comment/comment.module Anonymous posters may leave their contact information. 1
COMMENT_ANONYMOUS_MUST_CONTACT modules/comment/comment.module Anonymous posters must leave their contact information. 1
COMMENT_FORM_SEPARATE_PAGE modules/comment/comment.module Comment form should be displayed on a separate page. 1 1
COMMENT_FORM_BELOW modules/comment/comment.module Comment form should be shown below post or list of comments. 1
COMMENT_NODE_DISABLED modules/comment/comment.module Comments for this node are disabled. 1 1
COMMENT_NODE_READ_ONLY modules/comment/comment.module Comments for this node are locked. 1
COMMENT_NODE_READ_WRITE modules/comment/comment.module Comments are enabled on this node. 1 1
COMMENT_PREVIEW_OPTIONAL modules/comment/comment.module Comment preview is optional. 1
COMMENT_PREVIEW_REQUIRED modules/comment/comment.module Comment preview is required. 1 1
BLOCK_REGION_NONE modules/block/block.module Denotes that a block is not enabled in any region and should not be shown. 3 1
CACHE_PERMANENT includes/bootstrap.inc Indicates that the item should never be removed unless explicitly told to using cache_clear_all() with a cache ID. 1 1
CACHE_TEMPORARY includes/bootstrap.inc Indicates that the item should be removed at the next general cache wipe. 1 1
CACHE_DISABLED includes/bootstrap.inc Indicates that page caching is disabled. 1 1
CACHE_NORMAL includes/bootstrap.inc Indicates that page caching is enabled, using "normal" mode. 1
CACHE_AGGRESSIVE includes/bootstrap.inc Indicates 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. 1
WATCHDOG_NOTICE includes/bootstrap.inc Indicates a notice-level watchdog event; these are normally notifications of normal system events that have occurred and can usually be safely ignored. 18 1
WATCHDOG_WARNING includes/bootstrap.inc Indicates a warning-level watchdog event; this can be triggered by an error in a module that does not impact the overall functionality of the site. 11 1
WATCHDOG_ERROR includes/bootstrap.inc Indicates an error-level watchdog event; could be indicative of an attempt to compromise the security of the site, or a serious system error. 6 1
DRUPAL_BOOTSTRAP_CONFIGURATION includes/bootstrap.inc First bootstrap phase: initialize configuration. 1 1

Pages

Other projects