TMGMT Local Task in Translation Management Tool 8
Same name and namespace in other branches
- 7 translators/tmgmt_local/tmgmt_local.module \tmgmt_local_task
Various local task API functions.
File
- translators/
tmgmt_local/ tmgmt_local.module, line 26 - Main module file for the local translation module.
Constants
Name | Location | Description |
---|---|---|
TMGMT_DATA_ITEM_STATE_COMPLETED |
translators/ |
Completed translation data item. |
TMGMT_DATA_ITEM_STATE_UNTRANSLATED |
translators/ |
Untranslated translation data item. |
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 |
---|---|---|
LocalTask |
translators/ |
Entity class for the local task entity. |
LocalTaskForm |
translators/ |
Form controller for the localTask edit forms. |
LocalTaskItem |
translators/ |
Entity class for the local task item entity. |
Interfaces
Name | Location | Description |
---|---|---|
LocalTaskInterface |
translators/ |
Interface for tmgmt_local_task entity. |