function hook_emfield_widget_extra in Embedded Media Field 6.2
Same name and namespace in other branches
- 6.3 hooks/emfield.php \hook_emfield_widget_extra()
- 6 hooks/emfield.php \hook_emfield_widget_extra()
This passes on the original implementation of CCK's hook_widget.
3 functions implement hook_emfield_widget_extra()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- embonus_emfield_widget_extra in contrib/
embonus/ embonus.module - Implementation of hook_emfield_widget_extra().
- emthumb_emfield_widget_extra in contrib/
emthumb/ emthumb.module - Implements hook_emfield_widget_extra().
- emvideo_emfield_widget_extra in contrib/
emvideo/ emvideo.module - Implements hook_emfield_widget_extra().
1 invocation of hook_emfield_widget_extra()
- _emfield_emfield_widget in ./
emfield.cck.inc - Helper function for emfield_emfield_widget.
File
- hooks/
emfield.php, line 223 - Document various hooks for Embedded Media Field.
Code
function hook_emfield_widget_extra($form, $form_state, $field, $items, $delta, $module) {
}