function image_file_move

Same name and namespace in other branches
  1. 7.x modules/image/image.module \image_file_move()
  2. 9 core/modules/image/image.module \image_file_move()
  3. 8.9.x core/modules/image/image.module \image_file_move()
  4. 10 core/modules/image/image.module \image_file_move()

Implements hook_file_move().

File

core/modules/image/image.module, line 202

Code

function image_file_move(FileInterface $file, FileInterface $source) {
    // Delete any image derivatives at the original image path.
    image_path_flush($source->getFileUri());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.