Skip to main content
API Documentation
Main menu
Paragraphs
TMGMT
You are here
Home
»
API reference
»
8.x-1.x
»
tmgmt.module
Search 8.x-1.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
8.x-1.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Deprecated
constant TMGMT_DATA_ITEM_STATE_PRELIMINARY
The translation data item has been reviewed.
Related topics
Translation Jobs
A single task to translate something into a given language using a translator.
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
);