You are here

function certificate_access in Certificate 7.3

Same name and namespace in other branches
  1. 8.3 certificate.module \certificate_access()
  2. 6.2 certificate.module \certificate_access()
  3. 6 certificate.module \certificate_access()

Certificate Entity Access callback

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

File

./certificate.module, line 906
Certificate module.

Code

function certificate_access() {
  return user_access('administer certificates');
}