Same name and namespace in other branches
  1. 7.x-3.x views_slideshow.api.php \hook_views_slideshow_widget_controls_info() 1 comment

Hook called by the controls widget to configure it, the fields that should be shown.

1 function implements hook_views_slideshow_widget_controls_info()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

views_slideshow_views_slideshow_widget_controls_info in ./views_slideshow.module
Implements hook_views_slideshow_controls_info().
1 invocation of hook_views_slideshow_widget_controls_info()
views_slideshow_controls_views_slideshow_widget_form_options in ./views_slideshow.module
Implements [widget]_views_slideshow_widget_form_options().

File

./views_slideshow.api.inc, line 169

Code

function hook_views_slideshow_widget_controls_info($view) {
}