LOCALE_TRANSLATION_LOCAL
Same name and namespace in other branches
- 10 core/modules/locale/locale.module \LOCALE_TRANSLATION_LOCAL
- 11.x core/modules/locale/locale.module \LOCALE_TRANSLATION_LOCAL
- 9 core/modules/locale/locale.module \LOCALE_TRANSLATION_LOCAL
- 8.9.x core/modules/locale/locale.module \LOCALE_TRANSLATION_LOCAL
Translation source is a local file.
10 uses of LOCALE_TRANSLATION_LOCAL
- LocaleFetch::batchDownload in core/
modules/ locale/ src/ LocaleFetch.php - Implements callback_batch_operation().
- LocaleFetch::batchImport in core/
modules/ locale/ src/ LocaleFetch.php - Implements callback_batch_operation().
- LocaleFetch::batchStatusCheck in core/
modules/ locale/ src/ LocaleFetch.php - Implements callback_batch_operation().
- LocaleFileManager::downloadTranslationSource in core/
modules/ locale/ src/ File/ LocaleFileManager.php - Downloads a translation file from a remote server.
- LocaleProjectChecker::checkLocalProjects in core/
modules/ locale/ src/ LocaleProjectChecker.php - Check and store the status and timestamp of local po files.
File
-
core/
modules/ locale/ locale.module, line 130
Code
const LOCALE_TRANSLATION_LOCAL = 'local';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.