function hook_focal_point_delete in Focal Point 7
Hook invoked after deleting a Focal_Point record.
Parameters
int $fid: The Drupal file ID associated to the deleted Focal point.
1 invocation of hook_focal_point_delete()
- focal_point_delete in ./
focal_point.module - Deletes the focal point for the given file entity.
File
- ./
focal_point.api.php, line 72 - Documentation of Feeds hooks.
Code
function hook_focal_point_delete($fid) {
// Your code here.
}