constant LOCALE_TRANSLATION_SOURCE_COMPARE_LT

Comparison result of source files timestamps.

Timestamp of source 1 is less than the timestamp of source 2.

See also

_locale_translation_source_compare()

2 uses of LOCALE_TRANSLATION_SOURCE_COMPARE_LT
locale_translation_batch_status_compare in drupal/core/modules/locale/locale.batch.inc
Batch operation callback: Compare states and store the result.
_locale_translation_source_compare in drupal/core/modules/locale/locale.compare.inc
Compare two update sources, looking for the newer one.

File

drupal/core/modules/locale/locale.compare.inc, line 23
The API for comparing project translation status with available translation.

Code

const LOCALE_TRANSLATION_SOURCE_COMPARE_LT = -1;