constant TMGMT_JOB_ITEM_STATE_ACTIVE in Translation Management Tool 7
The translation job item is active and waiting to be translated.
A job item is marked as 'active' until every translatable piece of text in the job item has been translated and cached on the job item entity.
Related topics
5 uses of TMGMT_JOB_ITEM_STATE_ACTIVE
- theme_tmgmt_ui_translation_language_status_single in ui/includes/ tmgmt_ui.theme.inc 
- Gets translation language status.
- TMGMTJobItem::active in entity/tmgmt.entity.job_item.inc 
- Sets the state of the job item to 'active'.
- TMGMTJobItem::cloneAsActive in entity/tmgmt.entity.job_item.inc 
- Clones as active.
- TMGMTJobItem::isActive in entity/tmgmt.entity.job_item.inc 
- Checks whether the state of this transaction is 'active'.
- TMGMTJobItem::__construct in entity/tmgmt.entity.job_item.inc 
File
- ./tmgmt.module, line 71 
- Main module file for the Translation Management module.
Code
define('TMGMT_JOB_ITEM_STATE_ACTIVE', 1);