constant TMGMT_DATA_ITEM_STATE_PRELIMINARY

The translation data item has been reviewed.

Related topics

5 uses of TMGMT_DATA_ITEM_STATE_PRELIMINARY
CrudTest::testPreliminaryState in tests/src/Kernel/CrudTest.php
Tests that with the preliminary state the item does not change.
JobItem::addTranslatedData in src/Entity/JobItem.php
Adds translated data to a job item.
JobItem::addTranslatedDataRecursive in src/Entity/JobItem.php
Recursively writes translated data to the data array of a job item.
JobItemForm::reviewFormElement in src/Form/JobItemForm.php
Build form elements for the review form using flattened data items.
LocalTaskItemForm::preview in translators/tmgmt_local/src/Form/LocalTaskItemForm.php
Form submit callback for the preview button.

File

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

Code

define('TMGMT_DATA_ITEM_STATE_PRELIMINARY', 4);