Constants

Primary tabs

Namesort ascending Location Description Direct uses Strings
WATCHDOG_WARNING drupal/core/includes/bootstrap.inc Log message severity -- Warning conditions. 18
WATCHDOG_NOTICE drupal/core/includes/bootstrap.inc Log message severity -- Normal but significant conditions. 34
WATCHDOG_INFO drupal/core/includes/bootstrap.inc Log message severity -- Informational messages. 6
WATCHDOG_ERROR drupal/core/includes/bootstrap.inc Log message severity -- Error conditions. 25
WATCHDOG_EMERGENCY drupal/core/includes/bootstrap.inc Log message severity -- Emergency: system is unusable. 1
WATCHDOG_DEBUG drupal/core/includes/bootstrap.inc Log message severity -- Debug-level messages. 2
WATCHDOG_CRITICAL drupal/core/includes/bootstrap.inc Log message severity -- Critical conditions.
WATCHDOG_ALERT drupal/core/includes/bootstrap.inc Log message severity -- Alert: action must be taken immediately. 1
VIEWS_HANDLER_RENDER_TEXT_PHASE_SINGLE_ITEM drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php Indicator of the renderText() method for rendering a single item. (If no render_item() is present). 1 1
VIEWS_HANDLER_RENDER_TEXT_PHASE_EMPTY drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php Indicator of the renderText() method for rendering the empty text. 2 1
VIEWS_HANDLER_RENDER_TEXT_PHASE_COMPLETELY drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php Indicator of the renderText() method for rendering the whole element. (if no render_item() method is available). 1 1
VERSION drupal/core/includes/bootstrap.inc The current system version. 42 171
USE_ASSERTS drupal/core/lib/Drupal/Component/Diff/DiffEngine.php @file A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3) 4 1
USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL drupal/core/modules/user/user.module Visitors can create accounts, but they don't become active without administrative approval. 1
USER_REGISTER_VISITORS drupal/core/modules/user/user.module Visitors can create their own accounts. 5
USER_REGISTER_ADMINISTRATORS_ONLY drupal/core/modules/user/user.module Only administrators can create user accounts. 7
USERNAME_MAX_LENGTH drupal/core/modules/user/user.module Maximum length of username text field. 5
UPDATE_UNKNOWN drupal/core/modules/update/update.module No available update data was found for project. 7
UPDATE_REVOKED drupal/core/modules/update/update.module Current release has been unpublished and is no longer available. 6
UPDATE_NOT_SUPPORTED drupal/core/modules/update/update.module Current release is no longer supported by the project maintainer. 6
UPDATE_NOT_SECURE drupal/core/modules/update/update.module Project is missing security update(s). 8
UPDATE_NOT_FETCHED drupal/core/modules/update/update.module There was a failure fetching available update data for this project. 5
UPDATE_NOT_CURRENT drupal/core/modules/update/update.module Project has a new release available, but it is not a security release. 7
UPDATE_NOT_CHECKED drupal/core/modules/update/update.module Project's status cannot be checked. 6
UPDATE_FETCH_PENDING drupal/core/modules/update/update.module We need to (re)fetch available update data for this project. 4
UPDATE_DEFAULT_URL drupal/core/modules/update/update.module URL to check for updates, if a given project doesn't define its own. 1
UPDATE_CURRENT drupal/core/modules/update/update.module Project is up to date. 5
TAXONOMY_HIERARCHY_SINGLE drupal/core/modules/taxonomy/taxonomy.module Denotes that one or more terms in the vocabulary has a single parent. 5
TAXONOMY_HIERARCHY_MULTIPLE drupal/core/modules/taxonomy/taxonomy.module Denotes that one or more terms in the vocabulary have multiple parents. 5
TAXONOMY_HIERARCHY_DISABLED drupal/core/modules/taxonomy/taxonomy.module Denotes that no term in the vocabulary has a parent. 3
STREAM_WRAPPERS_WRITE_VISIBLE drupal/core/includes/file.inc Stream wrapper type flag -- visible, readable and writeable. 5 1
STREAM_WRAPPERS_WRITE drupal/core/includes/file.inc Stream wrapper bit flag -- wrapper is writeable. 1
STREAM_WRAPPERS_VISIBLE drupal/core/includes/file.inc Stream wrapper bit flag -- exposed in the UI and potentially web accessible. 1
STREAM_WRAPPERS_READ_VISIBLE drupal/core/includes/file.inc Stream wrapper type flag -- visible and read-only. 1 1
STREAM_WRAPPERS_READ drupal/core/includes/file.inc Stream wrapper bit flag -- wrapper is readable (almost always true). 1
STREAM_WRAPPERS_NORMAL drupal/core/includes/file.inc Stream wrapper type flag -- the default when 'type' is omitted from hook_stream_wrappers(). This does not include STREAM_WRAPPERS_LOCAL, because PHP grants a greater trust level to local files (for example, they can be used in an… 1 1
STREAM_WRAPPERS_LOCAL_NORMAL drupal/core/includes/file.inc Stream wrapper type flag -- visible, readable and writeable using local files. 2 1
STREAM_WRAPPERS_LOCAL_HIDDEN drupal/core/includes/file.inc Stream wrapper type flag -- hidden, readable and writeable using local files. 3 1
STREAM_WRAPPERS_LOCAL drupal/core/includes/file.inc Stream wrapper bit flag -- refers to a local file system location. 2
STREAM_WRAPPERS_HIDDEN drupal/core/includes/file.inc Stream wrapper type flag -- not visible in the UI or accessible via web, but readable and writable. E.g. the temporary directory for uploads. 1 1
STREAM_WRAPPERS_ALL drupal/core/includes/file.inc Stream wrapper bit flag -- a filter that matches all wrappers.
SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT drupal/core/modules/simpletest/simpletest.install Minimum value of PHP memory_limit for SimpleTest. 1
SEARCH_TYPE_JPN drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php 1
SEARCH_TYPE_2 drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php 1
SEARCH_TYPE drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php 1
SCHEMA_UNINSTALLED drupal/core/includes/schema.inc Indicates that a module has not been installed yet. 12
SCHEMA_INSTALLED drupal/core/includes/schema.inc Indicates that a module has been installed. 2
SAVED_UPDATED drupal/core/includes/common.inc Return status for saving which involved an update to an existing item. 19
SAVED_NEW drupal/core/includes/common.inc Return status for saving which involved creating a new item. 14
SAVED_DELETED drupal/core/includes/common.inc Return status for saving which deleted an existing item.

Pages

Other projects