contact_poup.module in Contact Form Popup 8
The Contact Form popup module.
File
contact_poup.moduleView 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
Name | Description |
---|---|
contact_poup_theme | Implements hook_theme(). |