You are here

constant TMGMT_DATA_ITEM_STATE_ACCEPTED in Translation Management Tool 7

Same name and namespace in other branches
  1. 8 tmgmt.module \TMGMT_DATA_ITEM_STATE_ACCEPTED

The translation data item has been reviewed.

Related topics

3 uses of TMGMT_DATA_ITEM_STATE_ACCEPTED
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.
TMGMTJobItem::addTranslatedDataRecursive in entity/tmgmt.entity.job_item.inc
Recursively writes translated data to the data array of a job item.
_tmgmt_ui_review_form_element in ui/tmgmt_ui.module
Build form elements for the review form using flatened data items.

File

./tmgmt.module, line 115
Main module file for the Translation Management module.

Code

define('TMGMT_DATA_ITEM_STATE_ACCEPTED', 3);