You are here

function mailing_list_theme in Mailing List 8

Implements hook_theme().

File

./mailing_list.module, line 15
Contains the Mailing list module.

Code

function mailing_list_theme() {
  return [
    'subscription' => [
      'render element' => 'elements',
    ],
    'subscription_add_list' => [
      'variables' => [
        'content' => NULL,
      ],
    ],
  ];
}