constant LOCALE_TRANSLATION_STATUS_TTL in Drupal 8
Same name and namespace in other branches
- 9 core/modules/locale/locale.module \LOCALE_TRANSLATION_STATUS_TTL
- 10 core/modules/locale/locale.module \LOCALE_TRANSLATION_STATUS_TTL
The number of seconds that the translations status entry should be considered.
1 use of LOCALE_TRANSLATION_STATUS_TTL
- TranslationStatusForm::submitForm in core/
modules/ locale/ src/ Form/ TranslationStatusForm.php - Form submission handler.
File
- core/
modules/ locale/ locale.module, line 112 - Enables the translation of the user interface to languages other than English.
Code
const LOCALE_TRANSLATION_STATUS_TTL = 600;