You are here

function mandrill_activity_entity_access in Mandrill 7

Same name and namespace in other branches
  1. 7.2 modules/mandrill_activity/mandrill_activity.module \mandrill_activity_entity_access()

Access callback for mandrill_activity_entity.

1 string reference to 'mandrill_activity_entity_access'
mandrill_activity_entity_info in modules/mandrill_activity/mandrill_activity.module
Implements hook_entity_info().

File

modules/mandrill_activity/mandrill_activity.module, line 43
Main module functions for mandrill_activity.

Code

function mandrill_activity_entity_access() {
  return user_access('administer mandrill activity');
}