function hubspot_forms_theme in Hubspot forms 8
Implements hook_theme().
File
- ./
hubspot_forms.module, line 6
Code
function hubspot_forms_theme() {
return [
'hubspot_form' => [
'variables' => [
'target' => NULL,
'portal_id' => NULL,
'form_id' => NULL,
'locale' => NULL,
],
],
];
}