You are here

function imagefield_crop_field_formatter_info_alter in Imagefield Crop 7.3

Same name and namespace in other branches
  1. 7.2 imagefield_crop.module \imagefield_crop_field_formatter_info_alter()

Implements hook__crop_field_formatter_info_alter().

File

./imagefield_crop.module, line 443

Code

function imagefield_crop_field_formatter_info_alter(&$info) {

  // Let a new field type re-use an existing formatter.
  $info['image']['field types'][] = 'imagefield_crop';
}