You are here

function smartcrop_focal_point_default_method_info in Focal Point 7

Implements hook_focal_point_default_method_info().

DEfined on behalf of the smartcrop module.

File

./focal_point.module, line 853

Code

function smartcrop_focal_point_default_method_info() {
  $info['smartcrop'] = array(
    'label' => t('Smartcrop module'),
    'callback' => 'focal_point_get_smartcrop_focal_point',
  );
  return $info;
}