Skip to content

Commit 1846245

Browse files
committed
Added Save to file post submit handler
1 parent 197c833 commit 1846245

File tree

3 files changed

+804
-0
lines changed

3 files changed

+804
-0
lines changed

os2forms.module

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@ function os2forms_webform_third_party_settings_form_alter(&$form, FormStateInter
1919
'#description' => t('OS2Forms related settings'),
2020
];
2121
}
22+
23+
/**
24+
* Implements hook_theme().
25+
*/
26+
function os2forms_theme() {
27+
return [
28+
'webform_handler_save_to_file_summary' => [
29+
'variables' => ['settings' => NULL, 'handler' => NULL],
30+
],
31+
];
32+
}

0 commit comments

Comments
 (0)