You are here

function popup_onload_access in Popup On Load 7

Access callback for the entity API.

1 string reference to 'popup_onload_access'
popup_onload_entity_info in ./popup_onload.module
Implements hook_entity_info().

File

./popup_onload.module, line 370
Contains main popup_onload hooks and functions.

Code

function popup_onload_access($op, $type = NULL, $account = NULL) {
  return user_access('administer popup_onload entities', $account);
}