function mailgun_theme in Mailgun 8
Same name and namespace in other branches
- 7 mailgun.module \mailgun_theme()
Implements hook_theme().
File
- ./
mailgun.module, line 30 - Contains mailgun.module.
Code
function mailgun_theme($existing, $type, $theme, $path) {
return [
'mailgun' => [
'variables' => [
'message' => [],
],
'mail theme' => TRUE,
],
];
}