You are here

language.install in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/language/language.install

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

Namesort descending Description
language_update_8001 Rebuild the container as services changed.