9 uses of TMGMT_DATA_ITEM_STATE_TRANSLATED

CrudTest::testAddingTranslatedData in tests/src/Kernel/CrudTest.php
Tests adding translated data and revision handling.
CrudTest::testPreliminaryState in tests/src/Kernel/CrudTest.php
Tests that with the preliminary state the item does not change.
JobItem::addTranslatedDataRecursive in src/Entity/JobItem.php
Recursively writes translated data to the data array of a job item.
JobItem::count in src/Entity/JobItem.php
Sums up the counters for accepted, translated and pending items.
JobItemForm::buildStatusRenderArray in src/Form/JobItemForm.php
Builds the render array for the status icon.
LocalTaskItemForm::saveAsComplete in translators/tmgmt_local/src/Form/LocalTaskItemForm.php
Form submit callback for save as completed submit action.
LocalTaskItemForm::submitStatus in translators/tmgmt_local/src/Form/LocalTaskItemForm.php
Form submit callback for the translation state update button.
template_preprocess_tmgmt_local_translation_form_element_status in translators/tmgmt_local/tmgmt_local.theme.inc
Implements template_preprocess_HOOK().
tmgmt_translation_review_form_update_state in ./tmgmt.module
Callback for the action at the job item review form.