Skip to content

Commit

Permalink
Merge branch '8.x' into 8.x-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyun committed Jun 19, 2020
2 parents 5d0c21f + 1846245 commit b272f66
Show file tree
Hide file tree
Showing 3 changed files with 804 additions and 0 deletions.
11 changes: 11 additions & 0 deletions os2forms.module
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ function os2forms_webform_third_party_settings_form_alter(&$form, FormStateInter
'#description' => t('OS2Forms related settings'),
];
}

/**
* Implements hook_theme().
*/
function os2forms_theme() {
return [
'webform_handler_save_to_file_summary' => [
'variables' => ['settings' => NULL, 'handler' => NULL],
],
];
}
Loading

0 comments on commit b272f66

Please sign in to comment.