function maestro_webform_theme in Maestro 8.2
Same name and namespace in other branches
- 3.x 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,
],
],
];
}