You are here

function emaudio_field in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 5 contrib/emaudio/emaudio.module \emaudio_field()
  2. 6 contrib/emaudio/emaudio.module \emaudio_field()
  3. 6.2 contrib/emaudio/emaudio.module \emaudio_field()

Implementation of hook_field().

File

contrib/emaudio/emaudio.module, line 80
Embedded Audio module is a handler for mp3 and similar audio files, hosted on 3rd party sites.

Code

function emaudio_field($op, &$node, $field, &$items, $teaser, $page) {
  if (module_hook('emfield', 'emfield_field')) {
    return emfield_emfield_field($op, $node, $field, $items, $teaser, $page, 'emaudio');
  }
}