constant TMGMT_DATA_ITEM_STATE_COMPLETED

Completed translation data item.

Related topics

2 uses of TMGMT_DATA_ITEM_STATE_COMPLETED
LocalTaskItemForm::formElement in translators/tmgmt_local/src/Form/LocalTaskItemForm.php
Builds a translation form element.
template_preprocess_tmgmt_local_translation_form_element_status in translators/tmgmt_local/tmgmt_local.theme.inc
Implements template_preprocess_HOOK().

File

translators/tmgmt_local/tmgmt_local.module, line 58
Main module file for the local translation module.

Code

define('TMGMT_DATA_ITEM_STATE_COMPLETED', 3);