You are here

function entity_legal_document_acceptance_access in Entity Legal 7

Same name and namespace in other branches
  1. 7.2 entity_legal.module \entity_legal_document_acceptance_access()

Access callback for acceptance entities.

1 string reference to 'entity_legal_document_acceptance_access'
entity_legal_entity_info in ./entity_legal.module
Implements hook_entity_info().

File

./entity_legal.module, line 197
Entity Legal module.

Code

function entity_legal_document_acceptance_access($op, $acceptance = NULL) {
  return user_access('administer entity legal');
}