function certificate_access in Certificate 8.3
Same name and namespace in other branches
- 6.2 certificate.module \certificate_access()
- 6 certificate.module \certificate_access()
- 7.3 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 897 - Certificate module.
Code
function certificate_access() {
return user_access('administer certificates');
}