constant TMGMT_DATA_ITEM_STATE_PENDING

The translation data item has not been translated.

Related topics

6 uses of TMGMT_DATA_ITEM_STATE_PENDING
CrudTest::testAddingTranslatedData in tests/src/Kernel/CrudTest.php
Tests adding translated data and revision handling.
JobItem::addTranslatedData in src/Entity/JobItem.php
Adds translated data to 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.
JobItemForm::buildStatusRenderArray in src/Form/JobItemForm.php
Builds the render array for the status icon.

... See full list

File

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

Code

define('TMGMT_DATA_ITEM_STATE_PENDING', 0);