You are here

function theme_emimage_formatter_image_full in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emimage/emimage.theme.inc \theme_emimage_formatter_image_full()
  2. 6.2 contrib/emimage/emimage.theme.inc \theme_emimage_formatter_image_full()

File

contrib/emimage/emimage.theme.inc, line 179
Theme functions for Embedded Media Image

Code

function theme_emimage_formatter_image_full($element) {
  $field = content_fields($element['#field_name'], $element['#type_name']);
  return module_invoke('emimage', 'field_formatter', $field, $element['#item'], $element['#formatter'], $element['#node']);
}