Install, update and uninstall functions for the locale_test module.
<?php
/**
* @file
* Install, update and uninstall functions for the locale_test module.
*/
/**
* Implements hook_uninstall().
*/
function locale_test_uninstall() {
// Clear variables.
state()
->delete('locale_translation_test_system_info_alter');
state()
->delete('locale_translation_test_projects');
}
Name | Description |
---|---|
locale_test_uninstall | Implements hook_uninstall(). |