Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / locale / tests / modules / locale_test / locale_test.install
1 <?php
2
3 /**
4  * @file
5  * Install, update and uninstall functions for the locale_test module.
6  */
7
8 /**
9  * Implements hook_uninstall().
10  */
11 function locale_test_uninstall() {
12   // Clear variables.
13   \Drupal::state()->delete('locale.test_system_info_alter');
14   \Drupal::state()->delete('locale.test_projects_alter');
15 }