constant TMGMT_DATA_ITEM_STATE_REVIEWED in Translation Management Tool 7
Same name and namespace in other branches
- 8 tmgmt.module \TMGMT_DATA_ITEM_STATE_REVIEWED
The translation data item has been reviewed.
Related topics
7 uses of TMGMT_DATA_ITEM_STATE_REVIEWED
- theme_tmgmt_ui_translator_review_form_element_status in ui/
includes/ tmgmt_ui.theme.inc - Renders a data item status as an HTML/CSS icon.
- TMGMTCRUDTestCase::testAddingTranslatedData in tests/
tmgmt.crud.test - Tests adding translated data and revision handling.
- TMGMTCRUDTestCase::testJobItemsCounters in tests/
tmgmt.crud.test - Test the calculations of the counters.
- TMGMTJobItem::addTranslatedDataRecursive in entity/
tmgmt.entity.job_item.inc - Recursively writes translated data to the data array of a job item.
- TMGMTJobItem::count in entity/
tmgmt.entity.job_item.inc - Parse all data items recursively and sums up the counters for accepted, translated and pending items.
File
- ./
tmgmt.module, line 105 - Main module file for the Translation Management module.
Code
define('TMGMT_DATA_ITEM_STATE_REVIEWED', 1);