You are here

function tmgmt_rules_job_delete_access in Translation Management Tool 7

Checks access to rules job delete action.

1 string reference to 'tmgmt_rules_job_delete_access'
tmgmt_rules_action_info in ./tmgmt.rules.inc

File

./tmgmt.rules.inc, line 231
Rules integration.

Code

function tmgmt_rules_job_delete_access() {
  return tmgmt_job_access('delete');
}