You are here

function emaudio_widget in Embedded Media Field 5

Same name and namespace in other branches
  1. 6.3 contrib/emaudio/emaudio.module \emaudio_widget()
  2. 6 contrib/emaudio/emaudio.module \emaudio_widget()
  3. 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');
  }
}