You are here

function opigno_certificate_theme in Opigno certificate 3.x

Same name and namespace in other branches
  1. 8 opigno_certificate.module \opigno_certificate_theme()

Implements hook_theme().

File

./opigno_certificate.module, line 191
Contains opigno_certificate.module.

Code

function opigno_certificate_theme() {
  return [
    'opigno_certificate' => [
      'render element' => 'elements',
    ],
  ];
}