constant TMGMT_DATA_ITEM_STATE_REVIEWED

The translation data item has been reviewed.

Related topics

7 uses of TMGMT_DATA_ITEM_STATE_REVIEWED
CrudTest::testAddingTranslatedData in tests/src/Kernel/CrudTest.php
Tests adding translated data and revision handling.
CrudTest::testJobItemsCounters in tests/src/Kernel/CrudTest.php
Test the calculations of the counters.
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::buildActions in src/Form/JobItemForm.php
Builds the actions for a data item.

... See full list

File

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

Code

define('TMGMT_DATA_ITEM_STATE_REVIEWED', 1);