You are here

imagefield_crop.api.php in Imagefield Crop 7.3

Same filename and directory in other branches
  1. 7.2 imagefield_crop.api.php

File

imagefield_crop.api.php
View 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

Namesort descending Description
hook_imagefield_crop_image_crop_updated This hook is use to notify other module about changed crop area.