Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_sites_all
Commits
6f2f22fe
Commit
6f2f22fe
authored
Sep 23, 2021
by
Eric Bremner
Browse files
Merge branch 'feature/ISTWCMS-5070-lkmorlan-replace-info-rewrite' into '1.0.x'
ISTWCMS-5070: Install composer_deploy See merge request
!63
parents
df3a3969
a06bb9b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
uw_sites_all.info.yml
View file @
6f2f22fe
...
...
@@ -16,6 +16,7 @@ dependencies:
-
'
drupal:ckeditor'
-
'
drupal:comment'
-
'
drupal:components'
-
'
drupal:composer_deploy'
-
'
drupal:config'
-
'
drupal:contact'
-
'
drupal:content_moderation'
...
...
uw_sites_all.install
View file @
6f2f22fe
...
...
@@ -289,3 +289,14 @@ function uw_sites_all_update_8108(&$sandbox) {
}
}
/**
* Install composer_deploy.
*/
function
uw_sites_all_update_8109
()
{
// Modules to install.
$modules
=
[
'composer_deploy'
,
];
\
Drupal
::
service
(
'module_installer'
)
->
install
(
$modules
);
}
Write
Preview
Supports
Markdown
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