Constants

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
REQUEST_TIME drupal-7.x/includes/bootstrap.inc Time of the current request in seconds elapsed since the Unix Epoch. 2
REQUIRED_D6_SCHEMA_VERSION drupal-7.x/includes/update.inc Minimum schema version of Drupal 6 required for upgrade to Drupal 7. 1
REQUIREMENT_ERROR drupal-7.x/includes/install.inc Requirement severity -- Error condition; abort installation. 1
REQUIREMENT_INFO drupal-7.x/includes/install.inc Requirement severity -- Informational message only. 1
REQUIREMENT_OK drupal-7.x/includes/install.inc Requirement severity -- Requirement successfully met. 1
REQUIREMENT_WARNING drupal-7.x/includes/install.inc Requirement severity -- Warning condition; proceed but flag warning. 1
SAVED_DELETED drupal-7.x/includes/common.inc Return status for saving which deleted an existing item. 1
SAVED_NEW drupal-7.x/includes/common.inc Return status for saving which involved creating a new item. 1
SAVED_UPDATED drupal-7.x/includes/common.inc Return status for saving which involved an update to an existing item. 1
SCHEMA_INSTALLED drupal-7.x/includes/install.inc Indicates that a module has been installed. 1
SCHEMA_UNINSTALLED drupal-7.x/includes/install.inc Indicates that a module has not been installed yet. 1
SEARCH_TYPE drupal-7.x/modules/search/search.test 1
SEARCH_TYPE_2 drupal-7.x/modules/search/search.test 1
SEARCH_TYPE_JPN drupal-7.x/modules/search/search.test 1
SHORTCUT_DEFAULT_SET_NAME drupal-7.x/modules/shortcut/shortcut.module The name of the default shortcut set. 1
SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT drupal-7.x/modules/simpletest/simpletest.install Minimum value of PHP memory_limit for SimpleTest. 1
STREAM_WRAPPERS_ALL drupal-7.x/includes/stream_wrappers.inc Stream wrapper bit flag -- a filter that matches all wrappers. 1
STREAM_WRAPPERS_HIDDEN drupal-7.x/includes/stream_wrappers.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
STREAM_WRAPPERS_LOCAL drupal-7.x/includes/stream_wrappers.inc Stream wrapper bit flag -- refers to a local file system location. 1
STREAM_WRAPPERS_LOCAL_HIDDEN drupal-7.x/includes/stream_wrappers.inc Stream wrapper type flag -- hidden, readable and writeable using local files. 1
STREAM_WRAPPERS_LOCAL_NORMAL drupal-7.x/includes/stream_wrappers.inc Stream wrapper type flag -- visible, readable and writeable using local files. 1
STREAM_WRAPPERS_NORMAL drupal-7.x/includes/stream_wrappers.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
STREAM_WRAPPERS_READ drupal-7.x/includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is readable (almost always true). 1
STREAM_WRAPPERS_READ_VISIBLE drupal-7.x/includes/stream_wrappers.inc Stream wrapper type flag -- visible and read-only. 1
STREAM_WRAPPERS_VISIBLE drupal-7.x/includes/stream_wrappers.inc Stream wrapper bit flag -- exposed in the UI and potentially web accessible. 1
STREAM_WRAPPERS_WRITE drupal-7.x/includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is writeable. 1
STREAM_WRAPPERS_WRITE_VISIBLE drupal-7.x/includes/stream_wrappers.inc Stream wrapper type flag -- visible, readable and writeable. 1
TRANSLATION_ENABLED drupal-7.x/modules/translation/translation.module Identifies a content type which has translation support enabled. 1
UNICODE_ERROR drupal-7.x/includes/unicode.inc Indicates an error during check for PHP unicode support. 1
UNICODE_MULTIBYTE drupal-7.x/includes/unicode.inc Indicates that full unicode support with the PHP mbstring extension is being used. 1
UNICODE_SINGLEBYTE drupal-7.x/includes/unicode.inc Indicates that standard PHP (emulated) unicode support is being used. 1
UPDATE_CURRENT drupal-7.x/modules/update/update.module Project is up to date. 1
UPDATE_DEFAULT_URL drupal-7.x/modules/update/update.module URL to check for updates, if a given project doesn't define its own. 1
UPDATE_FETCH_PENDING drupal-7.x/modules/update/update.module We need to (re)fetch available update data for this project. 1
UPDATE_MAX_FETCH_ATTEMPTS drupal-7.x/modules/update/update.module Maximum number of attempts to fetch available update data from a given host. 1
UPDATE_MAX_FETCH_TIME drupal-7.x/modules/update/update.module Maximum number of seconds to try fetching available update data at a time. 1
UPDATE_NOT_CHECKED drupal-7.x/modules/update/update.module Project's status cannot be checked. 1
UPDATE_NOT_CURRENT drupal-7.x/modules/update/update.module Project has a new release available, but it is not a security release. 1
UPDATE_NOT_FETCHED drupal-7.x/modules/update/update.module There was a failure fetching available update data for this project. 1
UPDATE_NOT_SECURE drupal-7.x/modules/update/update.module Project is missing security update(s). 1
UPDATE_NOT_SUPPORTED drupal-7.x/modules/update/update.module Current release is no longer supported by the project maintainer. 1
UPDATE_REVOKED drupal-7.x/modules/update/update.module Current release has been unpublished and is no longer available. 1
UPDATE_UNKNOWN drupal-7.x/modules/update/update.module No available update data was found for project. 1
USERNAME_MAX_LENGTH drupal-7.x/modules/user/user.module Maximum length of username text field. 1
USER_REGISTER_ADMINISTRATORS_ONLY drupal-7.x/modules/user/user.module Only administrators can create user accounts. 1
USER_REGISTER_VISITORS drupal-7.x/modules/user/user.module Visitors can create their own accounts. 1
USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL drupal-7.x/modules/user/user.module Visitors can create accounts, but they don't become active without administrative approval. 1
VERSION drupal-7.x/includes/bootstrap.inc The current system version. 1
WATCHDOG_ALERT drupal-7.x/includes/bootstrap.inc Log message severity -- Alert: action must be taken immediately. 1
WATCHDOG_CRITICAL drupal-7.x/includes/bootstrap.inc Log message severity -- Critical conditions. 1

Páginas