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