You are here

function certificate_type_load in Certificate 7.3

Same name and namespace in other branches
  1. 8.3 certificate.module \certificate_type_load()

File

./certificate.module, line 988
Certificate module.

Code

function certificate_type_load($type) {
  return certificate_types($type);
}