You are here

function emimage_field_formatter in Embedded Media Field 6.3

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

File

contrib/emimage/emimage.module, line 122
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');
}