function site_deploy_uninstall in Hook Update Deploy Tools 7
Same name and namespace in other branches
- 8 boilerplate/install.php \site_deploy_uninstall()
Implements hook_uninstall().
File
- boilerplate/
install.php, line 43 - This file is used for all the hook_update_n() that will deploy the site.
Code
function site_deploy_uninstall() {
$t = get_t();
drupal_set_message($t('site_deploy has been uninstalled. No data or settings were altered.'));
}