hubspot_forms.module in Hubspot forms 8
File
hubspot_forms.moduleView source
<?php
/**
* Implements hook_theme().
*/
function hubspot_forms_theme() {
return [
'hubspot_form' => [
'variables' => [
'target' => NULL,
'portal_id' => NULL,
'form_id' => NULL,
'locale' => NULL,
],
],
];
}
Functions
Name | Description |
---|---|
hubspot_forms_theme | Implements hook_theme(). |