Move into nested docroot
This commit is contained in:
parent
83a0d3a149
commit
c8b70abde9
13405 changed files with 0 additions and 0 deletions
13
web/core/modules/language/language.install
Normal file
13
web/core/modules/language/language.install
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Update functions for Language module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Rebuild the container as services changed.
|
||||
*/
|
||||
function language_update_8001() {
|
||||
\Drupal::service('kernel')->invalidateContainer();
|
||||
}
|
Reference in a new issue