You are here

function cer_access in Corresponding Entity References 7.3

Access callback for Entity UI.

1 string reference to 'cer_access'
cer_entity_info in ./cer.module
Implements hook_entity_info().

File

./cer.module, line 42

Code

function cer_access($op, $preset = NULL, $account = NULL) {
  return user_access('administer cer settings', $account);
}