10 uses of TMGMT_DATA_ITEM_STATE_TRANSLATED in Translation Management Tool 7
- 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.
- 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.
- TMGMTLocalTaskItemController::count in translators/
tmgmt_local/ controller/ tmgmt_local.controller.task_item.inc - Parse all data items recursively and sums up the counters for accepted, translated and pending items.
- tmgmt_local_translation_form_element in translators/
tmgmt_local/ includes/ tmgmt_local.pages.inc - Builds a translation form element.
- tmgmt_local_translation_form_update_state_submit in translators/
tmgmt_local/ includes/ tmgmt_local.pages.inc - Form submit callback for the translation state update button.
- tmgmt_ui_translation_review_form_update_state in ui/
tmgmt_ui.module - Callback for the action at the job item review form.
- tmgmt_update_7004 in ./
tmgmt.install - Replace the [#translation][#finished] attribute with [#status].
- _tmgmt_data_count_7003 in ./
tmgmt.install - Data parsing helper function for tmgmt_update_7003().