You are here

function emimage_field_formatter in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emimage/emimage.module \emimage_field_formatter()
  2. 6.2 contrib/emimage/emimage.module \emimage_field_formatter()

File

contrib/emimage/emimage.module, line 117
Embedded Image module is a handler for images hosted on an external site.

Code

function emimage_field_formatter($field, $item, $formatter, $node) {
  return module_invoke('emfield', 'emfield_field_formatter', $field, $item, $formatter, $node, 'emimage');
}