You are here

function hook_imagefield_crop_image_crop_updated in Imagefield Crop 7.3

Same name and namespace in other branches
  1. 7.2 imagefield_crop.api.php \hook_imagefield_crop_image_crop_updated()

This hook is use to notify other module about changed crop area.

Parameters

$file:

Return value

void

1 invocation of hook_imagefield_crop_image_crop_updated()
_imagefield_crop_resize in ./imagefield_crop.module
Crop the image and resize it

File

./imagefield_crop.api.php, line 8

Code

function hook_imagefield_crop_image_crop_updated($file) {
}