TMGMT Local Task in Translation Management Tool 7
Same name and namespace in other branches
- 8 translators/tmgmt_local/tmgmt_local.module \tmgmt_local_task
Various local task API functions.
File
- translators/
tmgmt_local/ tmgmt_local.module, line 8 - Main module file for the local translation module.
Constants
Name | Location | Description |
---|---|---|
TMGMT_DATA_ITEM_STATE_UNTRANSLATED |
translators/ |
Untranslated translation data item. |
TMGMT_LOCAL_TASK_ITEM_STATUS_CLOSED |
translators/ |
The translation task item has been completed and closed. |
TMGMT_LOCAL_TASK_ITEM_STATUS_COMPLETED |
translators/ |
Translation task item is translated and pending review of the job item. |
TMGMT_LOCAL_TASK_ITEM_STATUS_PENDING |
translators/ |
Translation task item is untranslated. |
TMGMT_LOCAL_TASK_ITEM_STATUS_REJECTED |
translators/ |
Translation job item has been rejected and the task needs to be updated. |
TMGMT_LOCAL_TASK_STATUS_CLOSED |
translators/ |
Translation task is closed. |
TMGMT_LOCAL_TASK_STATUS_COMPLETED |
translators/ |
Translation task is completed (all job items are translated). |
TMGMT_LOCAL_TASK_STATUS_PENDING |
translators/ |
Translation task is pending. |
TMGMT_LOCAL_TASK_STATUS_REJECTED |
translators/ |
Translation task is rejected (at least some job items are rejected). |
TMGMT_LOCAL_TASK_STATUS_UNASSIGNED |
translators/ |
Translation task is not assigned to translator. |
TMGMT_LOCAL_TRANSLATION_ACCESS_ALLOW |
translators/ |
Modules should return this value from hook_tmgmt_local_translation_access() to allow access to a node. |
TMGMT_LOCAL_TRANSLATION_ACCESS_DENY |
translators/ |
Modules should return this value from hook_tmgmt_local_translation_access() to deny access to a node. |
TMGMT_LOCAL_TRANSLATION_ACCESS_IGNORE |
translators/ |
Modules should return this value from hook_tmgmt_local_translation_access() to not affect node access. |
Classes
Name | Location | Description |
---|---|---|
TMGMTLocalTask |
translators/ |
Entity class for the local task entity. |
TMGMTLocalTaskController |
translators/ |
Controller class for the local task entity. |
TMGMTLocalTaskItem |
translators/ |
Entity class for the local task item entity. |
TMGMTLocalTaskItemController |
translators/ |
Controller class for the local task entity. |