webform_entity_handler.module in Webform Entity Handler 8
Same filename and directory in other branches
Code for the Webform Entity Handler module.
File
webform_entity_handler.moduleView source
<?php
/**
* @file
* Code for the Webform Entity Handler module.
*/
/**
* Implements hook_theme().
*/
function webform_entity_handler_theme() {
return [
'webform_handler_webform_entity_handler_summary' => [
'variables' => [
'settings' => NULL,
'handler' => [],
],
],
];
}
Functions
Name | Description |
---|---|
webform_entity_handler_theme | Implements hook_theme(). |