You are here

function mimemail_theme in Mime Mail 8

Same name and namespace in other branches
  1. 6 mimemail.module \mimemail_theme()
  2. 7 mimemail.module \mimemail_theme()

Implements hook_theme().

File

./mimemail.module, line 34
Hook implementations for the Mime Mail module.

Code

function mimemail_theme() {
  return [
    'mimemail_message' => [
      'variables' => [
        'module' => '',
        'key' => '',
        'recipient' => '',
        'subject' => '',
        'body' => '',
      ],
    ],
  ];
}