Skip to content
Snippets Groups Projects
Commit 15d84a8b authored by Igor Biki's avatar Igor Biki
Browse files

Merge branch 'feature/ISTWCMS-6988-ebremner-use-multilingual-exclude' into '1.1.x'

ISTWCMS-6988: add multilingual exclude as a dependency

See merge request !196
parents db47b250 6bd6e89f
No related branches found
No related tags found
1 merge request!196ISTWCMS-6988: add multilingual exclude as a dependency
......@@ -107,6 +107,7 @@ dependencies:
- 'metatag:metatag_twitter_cards'
- 'metatag:metatag_views'
- 'module_filter:module_filter'
- 'multilingual_exclude:multilingual_exclude'
- 'multivalue_form_element:multivalue_form_element'
- 'node_revision_delete:node_revision_delete'
- 'office_hours:office_hours'
......
......@@ -1964,7 +1964,6 @@ function uw_sites_all_update_9163(&$sandbox) {
* Revert FillPDF config for views redirection.
*/
function uw_sites_all_update_9164() {
// Load the config factory.
$config_factory = \Drupal::configFactory();
......@@ -1983,3 +1982,10 @@ function uw_sites_all_update_9164() {
// Save the view.
$view->save();
}
/**
* Install multilingual_exclude.
*/
function uw_sites_all_update_9165(&$sandbox) {
\Drupal::service('module_installer')->install(['multilingual_exclude']);
}
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