You are here

function photos_photos_image_presave in Album Photos 6.0.x

Same name and namespace in other branches
  1. 8.5 photos.module \photos_photos_image_presave()

Implements hook_ENTITY_TYPE_presave().

File

./photos.module, line 1473
Implementation of photos.module.

Code

function photos_photos_image_presave(EntityInterface $entity) {
  photos_image_update_exif_data($entity);
}