You are here

webform_entity_handler.module in Webform Entity Handler 2.x

Same filename and directory in other branches
  1. 8 webform_entity_handler.module

Code for the Webform Entity Handler module.

File

webform_entity_handler.module
View 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

Namesort descending Description
webform_entity_handler_theme Implements hook_theme().