constant TMGMT_DATA_ITEM_STATE_TRANSLATED in Translation Management Tool 8
Same name and namespace in other branches
- 7 tmgmt.module \TMGMT_DATA_ITEM_STATE_TRANSLATED
The translation data item has been translated.
Related topics
11 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.
File
- ./
tmgmt.module, line 40 - Main module file for the Translation Management module.
Code
define('TMGMT_DATA_ITEM_STATE_TRANSLATED', 2);