You are here

function photos_photos_image_update in Album Photos 6.0.x

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

Implements hook_ENTITY_TYPE_update().

File

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

Code

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