constant TMGMT_DATA_ITEM_STATE_UNTRANSLATED in Translation Management Tool 8
Same name and namespace in other branches
- 7 translators/tmgmt_local/tmgmt_local.module \TMGMT_DATA_ITEM_STATE_UNTRANSLATED
Untranslated translation data item.
Related topics
3 uses of TMGMT_DATA_ITEM_STATE_UNTRANSLATED
- LocalTaskItem::count in translators/
tmgmt_local/ src/ Entity/ LocalTaskItem.php - Counts accepted, translated and pending items.
- LocalTaskItemForm::submitStatus in translators/
tmgmt_local/ src/ Form/ LocalTaskItemForm.php - Form submit callback for the translation state update button.
- template_preprocess_tmgmt_local_translation_form_element_status in translators/
tmgmt_local/ tmgmt_local.theme.inc - Implements template_preprocess_HOOK().
File
- translators/
tmgmt_local/ tmgmt_local.module, line 53 - Main module file for the local translation module.
Code
define('TMGMT_DATA_ITEM_STATE_UNTRANSLATED', 0);