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.installView 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
Name | Description |
---|---|
l10n_update_test_uninstall | Implements hook_uninstall(). |