You are here

function certificate_snapshot_access in Certificate 7.3

Certificate snapshot Entity Access callback

1 string reference to 'certificate_snapshot_access'
certificate_entity_info in ./certificate.module
Certificate Entity Support

File

./certificate.module, line 913
Certificate module.

Code

function certificate_snapshot_access() {
  return user_access('administer certificate snapshots');
}