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
- LocaleRequirements::runtime in core/
modules/ locale/ src/ Hook/ LocaleRequirements.php - Implements hook_runtime_requirements().
- LocaleSource::sourceBuild in core/
modules/ locale/ src/ LocaleSource.php - Builds abstract translation source.
- LocaleUpdateTest::testUpdateCheckStatus in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateTest.php - Checks if local or remote translation sources are detected.
- locale_translation_batch_fetch_download in core/
modules/ locale/ locale.batch.inc - Implements callback_batch_operation().
- locale_translation_batch_fetch_import in core/
modules/ locale/ locale.batch.inc - Implements callback_batch_operation().
File
-
core/
modules/ locale/ locale.module, line 136
Code
const LOCALE_TRANSLATION_LOCAL = 'local';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.