LOCALE_TRANSLATION_REMOTE
Translation source is a remote file.
7 uses of LOCALE_TRANSLATION_REMOTE
- 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().
- locale_translation_source_build in core/
modules/ locale/ locale.translation.inc - Builds abstract translation source.
File
-
core/
modules/ locale/ locale.module, line 125
Code
const LOCALE_TRANSLATION_REMOTE = 'remote';