You are here

function rules_link_access in Rules Link 7

Same name and namespace in other branches
  1. 7.2 rules_link.module \rules_link_access()

Access callback for the entity API.

1 string reference to 'rules_link_access'
rules_link_entity_info in ./rules_link.module
Implements hook_entity_info().

File

./rules_link.module, line 40
Rules Link - module file.

Code

function rules_link_access($op, $type = NULL, $account = NULL) {
  return user_access('administer rules links', $account);
}