You are here

function taxonomy_image_field_formatter_prepare_view in Taxonomy Image 7

Implements hook_field_formatter_prepare_view().

File

./taxonomy_image.module, line 219
Implements a field formatter that can display image on referenced taxonomy terms.

Code

function taxonomy_image_field_formatter_prepare_view($entity_type, $entities, $field, $instances, $langcode, &$items, $displays) {
  return taxonomy_field_formatter_prepare_view($entity_type, $entities, $field, $instances, $langcode, $items, $displays);
}