You are here

TMGMT Local Task in Translation Management Tool 7

Same name and namespace in other branches
  1. 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

Namesort descending Location Description
TMGMT_DATA_ITEM_STATE_UNTRANSLATED translators/tmgmt_local/tmgmt_local.module Untranslated translation data item.
TMGMT_LOCAL_TASK_ITEM_STATUS_CLOSED translators/tmgmt_local/tmgmt_local.module The translation task item has been completed and closed.
TMGMT_LOCAL_TASK_ITEM_STATUS_COMPLETED translators/tmgmt_local/tmgmt_local.module Translation task item is translated and pending review of the job item.
TMGMT_LOCAL_TASK_ITEM_STATUS_PENDING translators/tmgmt_local/tmgmt_local.module Translation task item is untranslated.
TMGMT_LOCAL_TASK_ITEM_STATUS_REJECTED translators/tmgmt_local/tmgmt_local.module Translation job item has been rejected and the task needs to be updated.
TMGMT_LOCAL_TASK_STATUS_CLOSED translators/tmgmt_local/tmgmt_local.module Translation task is closed.
TMGMT_LOCAL_TASK_STATUS_COMPLETED translators/tmgmt_local/tmgmt_local.module Translation task is completed (all job items are translated).
TMGMT_LOCAL_TASK_STATUS_PENDING translators/tmgmt_local/tmgmt_local.module Translation task is pending.
TMGMT_LOCAL_TASK_STATUS_REJECTED translators/tmgmt_local/tmgmt_local.module Translation task is rejected (at least some job items are rejected).
TMGMT_LOCAL_TASK_STATUS_UNASSIGNED translators/tmgmt_local/tmgmt_local.module Translation task is not assigned to translator.
TMGMT_LOCAL_TRANSLATION_ACCESS_ALLOW translators/tmgmt_local/tmgmt_local.module Modules should return this value from hook_tmgmt_local_translation_access() to allow access to a node.
TMGMT_LOCAL_TRANSLATION_ACCESS_DENY translators/tmgmt_local/tmgmt_local.module Modules should return this value from hook_tmgmt_local_translation_access() to deny access to a node.
TMGMT_LOCAL_TRANSLATION_ACCESS_IGNORE translators/tmgmt_local/tmgmt_local.module Modules should return this value from hook_tmgmt_local_translation_access() to not affect node access.

Classes

Namesort descending Location Description
TMGMTLocalTask translators/tmgmt_local/entity/tmgmt_local.entity.task.inc Entity class for the local task entity.
TMGMTLocalTaskController translators/tmgmt_local/controller/tmgmt_local.controller.task.inc Controller class for the local task entity.
TMGMTLocalTaskItem translators/tmgmt_local/entity/tmgmt_local.entity.task_item.inc Entity class for the local task item entity.
TMGMTLocalTaskItemController translators/tmgmt_local/controller/tmgmt_local.controller.task_item.inc Controller class for the local task entity.