Constants - 10.3.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
LOCALE_TRANSLATION_CURRENT | core/ |
Translation source is the current translation. | 6 | ||
LOCALE_TRANSLATION_DEFAULT_SERVER_PATTERN | core/ |
Default location of gettext file on the translation server. | 1 | ||
LOCALE_TRANSLATION_LOCAL | core/ |
Translation source is a local file. | 10 | ||
LOCALE_TRANSLATION_OVERWRITE_ALL | core/ |
UI option for override of existing translations. Override any translation. | 2 | ||
LOCALE_TRANSLATION_OVERWRITE_NONE | core/ |
UI option for override of existing translations. | 1 | ||
LOCALE_TRANSLATION_OVERWRITE_NON_CUSTOMIZED | core/ |
UI option for override of existing translations. | 1 | ||
LOCALE_TRANSLATION_REMOTE | core/ |
Translation source is a remote file. | 8 | ||
LOCALE_TRANSLATION_SOURCE_COMPARE_EQ | core/ |
Comparison result of source files timestamps. | 1 | ||
LOCALE_TRANSLATION_SOURCE_COMPARE_GT | core/ |
Comparison result of source files timestamps. | 1 | ||
LOCALE_TRANSLATION_SOURCE_COMPARE_LT | core/ |
Comparison result of source files timestamps. | 2 | ||
LOCALE_TRANSLATION_STATUS_TTL | core/ |
The number of seconds that the translations status entry should be considered. | 1 | ||
LOCALE_TRANSLATION_USE_SOURCE_LOCAL | core/ |
Translation update mode: Use local files only. | 3 | ||
LOCALE_TRANSLATION_USE_SOURCE_REMOTE_AND_LOCAL | core/ |
Translation update mode: Use both remote and local files. | 5 | ||
MAINTENANCE_MODE | core/ |
Global flag to identify update.php and authorize.php runs. | 6 | 21 | |
MAINTENANCE_MODE | core/ |
Global flag to indicate the site is in installation mode. | 6 | 21 | |
MARK_NEW | core/ |
Mark content as being new. | 3 | ||
MARK_READ | core/ |
Mark content as read. | 2 | ||
MARK_UPDATED | core/ |
Mark content as being updated. | 2 | ||
MODULE_AUTOLOAD_TEST_CONSTANT | core/ |
1 | 2 | ||
REGIONS_ALL | core/ |
Return all regions. | 1 | ||
REGIONS_VISIBLE | core/ |
Return only visible regions. | 7 | ||
REQUEST_TIME | in drupal:8.3.0 and is removed from drupal:11.0.0. Use \Drupal::time()->getRequestTime(); |
core/ |
Time of the current request in seconds elapsed since the Unix Epoch. | 29 | |
REQUIREMENT_ERROR | core/ |
Requirement severity -- Error condition; abort installation. | 29 | ||
REQUIREMENT_INFO | core/ |
Requirement severity -- Informational message only. | 11 | ||
REQUIREMENT_OK | core/ |
Requirement severity -- Requirement successfully met. | 7 | ||
REQUIREMENT_WARNING | core/ |
Requirement severity -- Warning condition; proceed but flag warning. | 24 | ||
RESPONSIVE_PRIORITY_LOW | core/ |
A responsive table class; only show table cell on wide devices. | 9 | ||
RESPONSIVE_PRIORITY_MEDIUM | core/ |
A responsive table class; hide table cell on narrow devices. | 14 | ||
SAVED_DELETED | core/ |
Return status for saving which deleted an existing item. | |||
SAVED_NEW | core/ |
Return status for saving which involved creating a new item. | 24 | 2 | |
SAVED_UPDATED | core/ |
Return status for saving which involved an update to an existing item. | 28 | 2 |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.