function certificate_type_load in Certificate 7.3
Same name and namespace in other branches
- 8.3 certificate.module \certificate_type_load()
File
- ./
certificate.module, line 988 - Certificate module.
Code
function certificate_type_load($type) {
return certificate_types($type);
}