You are here

function vscc_views_slideshow_widget_controls_info in Views Slideshow Configurable Controls 7

Implements hook_views_slideshow_controls_info().

File

./vscc.module, line 64
Views Slideshow Configurable Controls hook implementations.

Code

function vscc_views_slideshow_widget_controls_info($view) {
  return array(
    'vscc_controls' => array(
      'name' => t('Configurable controls'),
    ),
  );
}