language.install
Same filename in other branches
Update functions for Language module.
File
-
core/
modules/ language/ language.install
View source
<?php
/**
* @file
* Update functions for Language module.
*/
/**
* Rebuild the container as services changed.
*/
function language_update_8001() {
\Drupal::service('kernel')->invalidateContainer();
}
Functions
Title | Deprecated | Summary |
---|---|---|
language_update_8001 | Rebuild the container as services changed. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.