You are here

function hook_focal_point_save in Focal Point 7

Hook invoked after saving a Focal_Point element.

Parameters

array $element: A keyed array with:

  • 'fid' : the Drupal file ID
  • 'focal_point' : the string representing the focal point position.
1 invocation of hook_focal_point_save()
_focal_point_save in ./focal_point.module
Helper function to save a FocalPoint record, and invoke related hooks.

File

./focal_point.api.php, line 62
Documentation of Feeds hooks.

Code

function hook_focal_point_save($element) {

  // Your code here.
}