You are here

function pet_access in Previewable email templates 7

Access callback for the entity API.

1 string reference to 'pet_access'
pet_entity_info in ./pet.module
Implements hook_entity_info().

File

./pet.module, line 82
Previewable Email Template module.

Code

function pet_access($op, $type = NULL, $account = NULL) {
  return user_access('administer previewable email templates', $account);
}