constant TMGMT_LOCAL_TRANSLATION_ACCESS_ALLOW

Modules should return this value from hook_tmgmt_local_translation_access() to allow access to a node.

Related topics

1 use of TMGMT_LOCAL_TRANSLATION_ACCESS_ALLOW
tmgmt_local_translation_access in translators/tmgmt_local/tmgmt_local.module
Determine whether the current user is allowed to translate a given translation task.

File

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

Code

define('TMGMT_LOCAL_TRANSLATION_ACCESS_ALLOW', 'allow');