constant TMGMT_LOCAL_TRANSLATION_ACCESS_DENY

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

Related topics

1 use of TMGMT_LOCAL_TRANSLATION_ACCESS_DENY
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 42
Main module file for the local translation module.

Code

define('TMGMT_LOCAL_TRANSLATION_ACCESS_DENY', 'deny');