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

ISTWCMS-7252: Add update hook to install uw_custom_forms

parent f3967268
No related branches found
No related tags found
1 merge request!210ISTWCMS-7252: Add update hook to install uw_custom_forms
......@@ -2095,3 +2095,10 @@ function uw_sites_all_update_9168(&$sandbox) {
);
}
}
/**
* Install uw custom forms.
*/
function uw_sites_all_update_9169(&$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