function hook_emfield_widget_extra in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 hooks/emfield.php \hook_emfield_widget_extra()
- 6.2 hooks/emfield.php \hook_emfield_widget_extra()
This passes on the original implementation of CCK's hook_widget.
1 function implements 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.
- emthumb_emfield_widget_extra in contrib/
emthumb/ emthumb.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, which in turn is a help function for all emfields that implement hook_widget(). This creates default widget handling for all the Embedded Media Fields. Helper modules are expected to call this function to…
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) {
}