function emaudio_field in Embedded Media Field 6.2
Same name and namespace in other branches
- 5 contrib/emaudio/emaudio.module \emaudio_field()
- 6.3 contrib/emaudio/emaudio.module \emaudio_field()
- 6 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');
}
}