You are here

function facebook_publication_type_access in Facebook Autopost 7

Access callback for the entity API.

1 string reference to 'facebook_publication_type_access'
fb_autopost_entity_entity_info in fb_autopost_entity/fb_autopost_entity.module
Implements hook_entity_info().

File

fb_autopost_entity/fb_autopost_entity.module, line 372
Module implementation file

Code

function facebook_publication_type_access($op, $type = NULL, $account = NULL) {
  return user_access('administer facebook publication types', $account);
}