Skip to content

Commit

Permalink
UHF-10539: Add update hook
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Dec 12, 2024
1 parent 9b12049 commit f6ba8cd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion modules/helfi_base_content/helfi_base_content.install
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,17 @@ function helfi_base_content_update_9014(): void {
}

/**
* UHF-9704: Configure view for redirect module.
* UHF-10539: Configure view for redirect module.
*/
function helfi_base_content_update_9015(): void {
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_base_content');
}

/**
* UHF-10539: Configure view for redirect module.
*/
function helfi_base_content_update_9016(): void {
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_base_content');
}

0 comments on commit f6ba8cd

Please sign in to comment.