You are here

function theme_emaudio_formatter_audio_preview in Embedded Media Field 6

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

File

contrib/emaudio/emaudio.theme.inc, line 129
This defines the various theme functions for Embedded Audio Field (emaudio).

Code

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