function certificate_type_access in Certificate 8.3
Same name and namespace in other branches
- 7.3 certificate.module \certificate_type_access()
1 string reference to 'certificate_type_access'
- certificate_entity_info in ./
certificate.module - Certificate Entity Support
File
- ./
certificate.module, line 916 - Certificate module.
Code
function certificate_type_access() {
return user_access('administer certificate types');
}