function video_cck_widget in Embedded Media Field 5
Implementation of hook_widget *
File
- contrib/
video_cck/ video_cck.module, line 288
Code
function video_cck_widget($op, &$node, $field, &$node_field) {
if (module_hook('emfield', 'emfield_widget')) {
return emfield_emfield_widget($op, $node, $field, $node_field, 'video_cck');
}
}