image_file_move

7 image.module image_file_move($file, $source)
8 image.module image_file_move($file, $source)

Implements hook_file_move().

File

modules/image/image.module, line 324
Exposes global functionality for creating image styles.

Code

function image_file_move($file, $source) {
  // Delete any image derivatives at the original image path.
  image_path_flush($source->uri);
}
Login or register to post comments