summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/language/language.install
blob: b9d52e4f93be424f060c7c6427ce632ba31ddac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * @file
 * Update functions for Language module.
 */

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