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_ACCEPTED
The translation data item has been reviewed.
Related topics
Translation Jobs
A single task to translate something into a given language using a translator.
3 uses of TMGMT_DATA_ITEM_STATE_ACCEPTED
JobItem::addTranslatedDataRecursive
in src/
Entity/
JobItem.php
Recursively writes translated data to the data array of a job item.
JobItemForm::buildStatusRenderArray
in src/
Form/
JobItemForm.php
Builds the render array for the status icon.
JobItemForm::reviewFormElement
in src/
Form/
JobItemForm.php
Build form elements for the review form using flattened data items.
File
./
tmgmt.module
, line 45
Main module file for the Translation Management module.
Code
define
(
'TMGMT_DATA_ITEM_STATE_ACCEPTED'
,
3
);