Skip to content

Commit b272f66

Browse files
committed
Merge branch '8.x' into 8.x-2.x
2 parents 5d0c21f + 1846245 commit b272f66

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)