You are here

constant LOCALE_TRANSLATION_REMOTE in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/locale/locale.module \LOCALE_TRANSLATION_REMOTE
  2. 10 core/modules/locale/locale.module \LOCALE_TRANSLATION_REMOTE

Translation source is a remote file.

8 uses of LOCALE_TRANSLATION_REMOTE
LocaleUpdateTest::testUpdateCheckStatus in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Checks if local or remote translation sources are detected.
locale_requirements in core/modules/locale/locale.install
Implements hook_requirements().
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().
locale_translation_batch_status_check in core/modules/locale/locale.batch.inc
Implements callback_batch_operation().

... See full list

File

core/modules/locale/locale.module, line 134
Enables the translation of the user interface to languages other than English.

Code

const LOCALE_TRANSLATION_REMOTE = 'remote';