view core/modules/locale/tests/modules/locale_test/locale_test.install @ 9:1fc0ff908d1f

Add another data file
author Chris Cannam
date Mon, 05 Feb 2018 12:34:32 +0000
parents 4c8ae668cc8c
children
line wrap: on
line source
<?php

/**
 * @file
 * Install, update and uninstall functions for the locale_test module.
 */

/**
 * Implements hook_uninstall().
 */
function locale_test_uninstall() {
  // Clear variables.
  \Drupal::state()->delete('locale.test_system_info_alter');
  \Drupal::state()->delete('locale.test_projects_alter');
}