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
9ee68c17
Commit
9ee68c17
authored
Sep 02, 2021
by
Eric Bremner
Browse files
ISTWCMS-5045: adding update hook to uninstall structure sync
parent
95f0b3c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
uw_sites_all.install
uw_sites_all.install
+13
-0
No files found.
uw_sites_all.install
View file @
9ee68c17
...
...
@@ -176,3 +176,16 @@ function uw_sites_all_update_8106() {
\
Drupal
::
service
(
'module_installer'
)
->
uninstall
(
$modules
);
}
/**
* Uninstall structure sync.
*/
function
uw_sites_all_update_8107
()
{
// Modules to uninstall.
$modules
=
[
'structure_sync'
,
];
\
Drupal
::
service
(
'module_installer'
)
->
uninstall
(
$modules
);
}
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