You are here

public function ViewsFractionsliderStylePlugin::option_definition in Views FractionSlider 7.2

Set default options.

Overrides views_plugin_style::option_definition

File

views/views_fractionslider_style_plugin.inc, line 16
Provide an fractionslider style plugin for Views.

Class

ViewsFractionsliderStylePlugin
Implementation of views_plugin_style().

Code

public function option_definition() {
  $options = parent::option_definition();
  return $options;
}