You are here

hubspot_forms.module in Hubspot forms 8

File

hubspot_forms.module
View source
<?php

/**
 * Implements hook_theme().
 */
function hubspot_forms_theme() {
  return [
    'hubspot_form' => [
      'variables' => [
        'target' => NULL,
        'portal_id' => NULL,
        'form_id' => NULL,
        'locale' => NULL,
      ],
    ],
  ];
}

Functions

Namesort descending Description
hubspot_forms_theme Implements hook_theme().