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 Locationsort descending Description
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.
TMGMT_DATA_ITEM_STATE_UNTRANSLATED translators/tmgmt_local/tmgmt_local.module Untranslated translation data item.
TMGMT_DATA_ITEM_STATE_COMPLETED translators/tmgmt_local/tmgmt_local.module Completed translation data item.

Classes

Name Locationsort descending Description
LocalTask translators/tmgmt_local/src/Entity/LocalTask.php Entity class for the local task entity.
LocalTaskItem translators/tmgmt_local/src/Entity/LocalTaskItem.php Entity class for the local task item entity.
LocalTaskForm translators/tmgmt_local/src/Form/LocalTaskForm.php Form controller for the localTask edit forms.

Interfaces

Name Locationsort descending Description
LocalTaskInterface translators/tmgmt_local/src/LocalTaskInterface.php Interface for tmgmt_local_task entity.