You are here

contact_poup.module in Contact Form Popup 8

The Contact Form popup module.

File

contact_poup.module
View source
<?php

/**
 * @file
 * The Contact Form popup module.
 */

/**
 * Implements hook_theme().
 */
function contact_poup_theme($existing, $type, $theme, $path) {
  return [
    'contact_popup_block' => [
      'variables' => [
        'link' => [],
        'contact_form' => [],
      ],
    ],
  ];
}

Functions

Namesort descending Description
contact_poup_theme Implements hook_theme().