function emaudio_widget in Embedded Media Field 5
Same name and namespace in other branches
- 6.3 contrib/emaudio/emaudio.module \emaudio_widget()
- 6 contrib/emaudio/emaudio.module \emaudio_widget()
- 6.2 contrib/emaudio/emaudio.module \emaudio_widget()
Implementation of hook_widget *
File
- contrib/
emaudio/ emaudio.module, line 285
Code
function emaudio_widget($op, &$node, $field, &$node_field) {
if (module_hook('emfield', 'emfield_widget')) {
return emfield_emfield_widget($op, $node, $field, $node_field, 'emaudio');
}
}