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()

4 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_check_projects_local in drupal/core/modules/locale/locale.compare.inc
Check and store the status and timestamp of local po files.
locale_translation_status_form in drupal/core/modules/locale/locale.pages.inc
Page callback: Display the current translation status.
_locale_translation_source_compare in drupal/core/modules/locale/locale.translation.inc
Compare two update sources, looking for the newer one.

File

drupal/core/modules/locale/locale.translation.inc, line 14
Common API for interface translation.

Code

const LOCALE_TRANSLATION_SOURCE_COMPARE_LT = -1;