imagefield_crop.api.php in Imagefield Crop 7.3
Same filename and directory in other branches
File
imagefield_crop.api.phpView source
<?php
/**
* This hook is use to notify other module about changed crop area.
* @param $file
* @return void
*/
function hook_imagefield_crop_image_crop_updated($file) {
}
Functions
Name | Description |
---|---|
hook_imagefield_crop_image_crop_updated | This hook is use to notify other module about changed crop area. |