We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6a7a8 commit ae40ed2Copy full SHA for ae40ed2
os2forms.install
@@ -43,3 +43,12 @@ function os2forms_requirements($phase) {
43
];
44
return $requirements;
45
}
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