Files
2016-09-06 12:44:15 +02:00

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();
}