Skip to content
Snippets Groups Projects
Commit 62ae01ab authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-7252: Add update hook to install uw_custom_forms

parent a79e24ba
No related branches found
No related tags found
1 merge request!209ISTWCMS-7252: Add update hook to install uw_custom_forms
...@@ -2039,3 +2039,10 @@ function uw_sites_all_update_9166(&$sandbox) { ...@@ -2039,3 +2039,10 @@ function uw_sites_all_update_9166(&$sandbox) {
function uw_sites_all_update_9167(&$sandbox) { function uw_sites_all_update_9167(&$sandbox) {
\Drupal::service('module_installer')->install(['pantheon_advanced_page_cache']); \Drupal::service('module_installer')->install(['pantheon_advanced_page_cache']);
} }
/**
* Install uw custom forms.
*/
function uw_sites_all_update_9168(&$sandbox) {
\Drupal::service('module_installer')->install(['uw_custom_forms']);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment