image_uninstall

image_uninstall()

Implements hook_uninstall().

File

core/modules/image/image.install, line 20
Install, update and uninstall functions for the image module.

Code

1
2
3
4
function image_uninstall() {
  // Remove the styles directory and generated images.
  file_unmanaged_delete_recursive(file_default_scheme() . '://styles');
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.