function image_file_move
Implements hook_file_move().
Archivo
- drupal-7.x/
modules/ image/ image.module, line 330 - Exposes global functionality for creating image styles.
Código
function image_file_move($file, $source) {
// Delete any image derivatives at the original image path.
image_path_flush($source->uri);
}