You are here

language.install in Drupal 9

Same filename and directory in other branches
  1. 8 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.
 */

/**
 * Implements hook_update_last_removed().
 */
function language_update_last_removed() {
  return 8001;
}

Functions