constant TMGMT_LOCAL_TASK_ITEM_STATUS_COMPLETED in Translation Management Tool 7
Translation task item is translated and pending review of the job item.
Related topics
2 uses of TMGMT_LOCAL_TASK_ITEM_STATUS_COMPLETED
- TMGMTLocalTaskItem::completed in translators/
tmgmt_local/ entity/ tmgmt_local.entity.task_item.inc - Sets the task item status to completed.
- TMGMTLocalTaskItem::isCompleted in translators/
tmgmt_local/ entity/ tmgmt_local.entity.task_item.inc - Returns TRUE if the local task is translated (fully translated).
File
- translators/
tmgmt_local/ tmgmt_local.module, line 65 - Main module file for the local translation module.
Code
define('TMGMT_LOCAL_TASK_ITEM_STATUS_COMPLETED', 1);