You are here

function invite_by_email_theme in Invite 8

Implements hook_theme().

File

modules/invite_by_email/invite_by_email.module, line 111
Contains invite_by_email.module.

Code

function invite_by_email_theme($existing, $type, $theme, $path) {
  return [
    'invite_by_email' => [
      'variables' => [
        'body' => NULL,
      ],
    ],
  ];
}