Pull merge.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / uninstall.twig
1 /**
2  * Implements hook_uninstall().
3  */
4 function {{ machine_name }}_uninstall() {
5   variable_del('upload_file_types');
6 }