You are here

l10n_update_test.install in Localization update 7.2

Install, update and uninstall functions for the l10n_update_test module.

File

tests/modules/l10n_update_test/l10n_update_test.install
View source
<?php

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

/**
 * Implements hook_uninstall().
 */
function l10n_update_test_uninstall() {

  // Clear variables.
  variable_del('l10n_update_test_system_info_alter');
  variable_del('l10n_update_test_projects_alter');
}

Functions

Namesort descending Description
l10n_update_test_uninstall Implements hook_uninstall().