function mailchimp_events_theme in Mailchimp 2.x
Implements hook_theme().
File
- modules/
mailchimp_events/ mailchimp_events.module, line 197 - Contains mailchimp_events.module.
Code
function mailchimp_events_theme() {
$info = [
'webform_handler_add_mailchimp_event_summary' => [
'variables' => [
'settings' => NULL,
'handler' => NULL,
],
],
];
return $info;
}