You are here

function photos_photos_image_update in Album Photos 8.5

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

Implements hook_ENTITY_TYPE_update().

File

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

Code

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