You are here

function theme_emwave_formatter_default in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emwave/emwave.theme.inc \theme_emwave_formatter_default()
  2. 6.2 contrib/emwave/emwave.theme.inc \theme_emwave_formatter_default()

File

contrib/emwave/emwave.theme.inc, line 140

Code

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