constant LOCALE_TRANSLATION_SOURCE_COMPARE_EQ

Comparison result of source files timestamps.

Timestamp of source 1 is equal to the timestamp of source 2.

See also

_locale_translation_source_compare()

1 use of LOCALE_TRANSLATION_SOURCE_COMPARE_EQ
_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 31
The API for comparing project translation status with available translation.

Code

const LOCALE_TRANSLATION_SOURCE_COMPARE_EQ = 0;