You are here

protected function ViewsFs::defineOptions in Views FractionSlider 8

Set default options.

Overrides StylePluginBase::defineOptions

File

views_fs/src/Plugin/views/style/ViewsFs.php, line 40

Class

ViewsFs
Style plugin to render a Fractionslider.

Namespace

Drupal\views_fs\Plugin\views\style

Code

protected function defineOptions() {
  $options = parent::defineOptions();
  return $options;
}