Skip to content

Commit

Permalink
OS-60 disabling webform_embed
Browse files Browse the repository at this point in the history
  • Loading branch information
stankut committed Sep 29, 2023
1 parent 1776ff2 commit 6343e40
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion modules/os2forms_forloeb/os2forms_forloeb.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies:
- 'drupal:webform_access'
- 'drupal:webform_attachment'
- 'drupal:webform_composite'
- 'drupal:webform_embed'
- 'drupal:webform_entity_print'
- 'drupal:webform_entity_print_attachment'
- 'drupal:webform_migrate'
Expand Down
1 change: 0 additions & 1 deletion os2forms.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies:
- 'drupal:webform_submission_log'
- 'drupal:webform_templates'
- 'drupal:webform_composite'
- 'drupal:webform_embed'
- 'drupal:entity_print'
- 'drupal:webform_migrate'
- 'drupal:redirect'
Expand Down
9 changes: 9 additions & 0 deletions os2forms.install
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,15 @@ function os2forms_update_8904() {
os2forms_read_in_new_config('pathauto.pattern.os2forms_wf_webforms');
}

/**
* Implements hook_update_N().
*
* Uninstalling webform_embed module.
*/
function os2forms_update_8905() {
\Drupal::service('module_installer')->uninstall(['webform_embed']);
}

/**
* Creates a list of predefined terms for Application vocabulary.
*/
Expand Down

0 comments on commit 6343e40

Please sign in to comment.