function hook_emfield_widget_settings_extra in Embedded Media Field 6.2
Same name and namespace in other branches
- 6.3 hooks/emfield.php \hook_emfield_widget_settings_extra()
- 6 hooks/emfield.php \hook_emfield_widget_settings_extra()
This passes on the original implementation of CCK's hook_widget_settings.
2 functions implement hook_emfield_widget_settings_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_settings_extra in contrib/
embonus/ embonus.module - Implementation of hook_emfield_widget_settings_extra().
- emthumb_emfield_widget_settings_extra in contrib/
emthumb/ emthumb.module - This provides extra widget settings to emfields. A checkbox to allow custom thumbnails, max resolution, image path, allow custom alt tags, allow custom title tags.
1 invocation of hook_emfield_widget_settings_extra()
File
- hooks/
emfield.php, line 217 - Document various hooks for Embedded Media Field.
Code
function hook_emfield_widget_settings_extra($op, $widget) {
}