Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / uninstall.twig
1 /**
2  * Implements hook_uninstall().
3  */
4 function {{ machine_name }}_uninstall() {
5   // Remove the styles directory and generated images.
6   file_unmanaged_delete_recursive(file_default_scheme() . '://styles');
7 }