You are here

function socialbase_theme in Open Social 8.9

Implements hook_theme().

File

themes/socialbase/socialbase.theme, line 178
The primary PHP file for the Social base theme.

Code

function socialbase_theme($existing, $type, $theme, $path) {
  return [
    'invite_email_preview' => [
      'variables' => [
        'title' => NULL,
        'logo' => NULL,
        'subject' => NULL,
        'body' => NULL,
        'helper' => NULL,
      ],
    ],
  ];
}