Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_sites_all
Commits
385ac3e1
Commit
385ac3e1
authored
Jun 02, 2021
by
Igor Biki
Browse files
ISTWCMS-4818: Adding update hook that enables ofis module on existing sites.
parent
cc83da0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
uw_sites_all.install
uw_sites_all.install
+7
-0
No files found.
uw_sites_all.install
View file @
385ac3e1
...
...
@@ -57,3 +57,10 @@ function uw_sites_all_uninstall() {
$query
->
execute
();
}
}
/**
* Enables OFIS module.
*/
function
uw_sites_all_update_8101
(
&
$sandbox
)
{
\
Drupal
::
service
(
'module_installer'
)
->
install
([
'uw_ws_ofis'
]);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment