You are here

function certificate_type_load in Certificate 8.3

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

File

./certificate.module, line 972
Certificate module.

Code

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