8 lines
211 B
Twig
8 lines
211 B
Twig
/**
|
|
* Implements hook_uninstall().
|
|
*/
|
|
function {{ machine_name }}_uninstall() {
|
|
// Remove the styles directory and generated images.
|
|
file_unmanaged_delete_recursive(file_default_scheme() . '://styles');
|
|
}
|