function exif_orientation_file_presave in EXIF Orientation 8
Same name and namespace in other branches
- 7 exif_orientation.module \exif_orientation_file_presave()
Implements hook_file_presave().
File
- ./
exif_orientation.module, line 15 - Module file for EXIF Orientation.
Code
function exif_orientation_file_presave(EntityInterface $entity) {
// Provide EXIF Orientation correction.
_exif_orientation_rotate($entity);
}