You are here

function emaudio_field in Embedded Media Field 5

Same name and namespace in other branches
  1. 6.3 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 98

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');
  }
}