You are here

function certificate_get_certificate_options in Certificate 4.x

Helper to return a list of certificate templates suitable as options in a select list

Return value

type

File

./certificate.module, line 192

Code

function certificate_get_certificate_options() {
  return CertificateConfigForm::getCertificateTemplateOptions();
}