language.install in Zircon Profile 8
Same filename and directory in other branches
Update functions for Language module.
File
core/modules/language/language.installView source
<?php
/**
* @file
* Update functions for Language module.
*/
/**
* Rebuild the container as services changed.
*/
function language_update_8001() {
\Drupal::service('kernel')
->invalidateContainer();
}
Functions
Name | Description |
---|---|
language_update_8001 | Rebuild the container as services changed. |