7 lines
121 B
Twig
7 lines
121 B
Twig
![]() |
/**
|
||
|
* Implements hook_uninstall().
|
||
|
*/
|
||
|
function {{ machine_name }}_uninstall() {
|
||
|
variable_del('upload_file_types');
|
||
|
}
|