function image_ncck_field in Embedded Media Field 5
Implementation of hook_field *
File
- contrib/
image_ncck/ image_ncck.module, line 91
Code
function image_ncck_field($op, &$node, $field, &$items, $teaser, $page) {
if (module_hook('emfield', 'emfield_field')) {
return emfield_emfield_field($op, $node, $field, $items, $teaser, $page, 'image_ncck');
}
}