14 lines
209 B
Plaintext
14 lines
209 B
Plaintext
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @file
|
||
|
* Update functions for Language module.
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Rebuild the container as services changed.
|
||
|
*/
|
||
|
function language_update_8001() {
|
||
|
\Drupal::service('kernel')->invalidateContainer();
|
||
|
}
|