function theme_emwave_formatter_wave_preview in Embedded Media Field 6.2
Same name and namespace in other branches
- 6.3 contrib/emwave/emwave.theme.inc \theme_emwave_formatter_wave_preview()
- 6 contrib/emwave/emwave.theme.inc \theme_emwave_formatter_wave_preview()
File
- contrib/
emwave/ emwave.theme.inc, line 150
Code
function theme_emwave_formatter_wave_preview($element) {
$field = content_fields($element['#field_name'], $element['#type_name']);
return module_invoke('emwave', 'field_formatter', $field, $element['#item'], $element['#formatter'], $element['#node']);
}