Skip to content

Commit ae40ed2

Browse files
committed
Added hook update to get webform_entity_print_attachment installed
1 parent 4c6a7a8 commit ae40ed2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

os2forms.install

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,12 @@ function os2forms_requirements($phase) {
4343
];
4444
return $requirements;
4545
}
46+
47+
/**
48+
* Implements hook_update_N().
49+
*
50+
* Enable webform_entity_print_attachment module.
51+
*/
52+
function os2forms_update_8901() {
53+
\Drupal::service('module_installer')->install(['webform_entity_print_attachment']);
54+
}

0 commit comments

Comments
 (0)