function simple_image_rotate_entity_presave in Simple Image Rotate 7.2
Same name and namespace in other branches
- 8 simple_image_rotate.module \simple_image_rotate_entity_presave()
- 7 simple_image_rotate.module \simple_image_rotate_entity_presave()
- 2.1.x simple_image_rotate.module \simple_image_rotate_entity_presave()
- 1.0.x simple_image_rotate.module \simple_image_rotate_entity_presave()
- 2.0.x simple_image_rotate.module \simple_image_rotate_entity_presave()
Implements hook_entity_presave().
File
- ./
simple_image_rotate.module, line 102 - Allows users to rotate images on node forms.
Code
function simple_image_rotate_entity_presave($entity, $type) {
simple_image_rotate_rotate_image($entity, $type);
}