You are here

function maestro_webform_theme in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 modules/maestro_webform/maestro_webform.module \maestro_webform_theme()

Implements hook_theme().

File

modules/maestro_webform/maestro_webform.module, line 34
Contains maestro_webform.module.

Code

function maestro_webform_theme() {
  return [
    'webform_handler_maestro_summary' => [
      'variables' => [
        'settings' => NULL,
        'handler' => [],
        'status' => NULL,
      ],
    ],
  ];
}