You are here

function simplenews_subscriber_access in Simplenews 7.2

Entity access callback for simplenews newsletter entity.

1 string reference to 'simplenews_subscriber_access'
simplenews_entity_info in ./simplenews.module
Implements hook_entity_info().

File

./simplenews.module, line 965
Simplenews node handling, sent email, newsletter block and general hooks

Code

function simplenews_subscriber_access($op, SimplenewsSubscriber $subscriber, $account = NULL) {
  return user_access('administer simplenews subscriptions');
}