You are here

function template_preprocess_flot_views_style in Flot 6

Same name and namespace in other branches
  1. 7 flot_views/views/flot_views.views.inc \template_preprocess_flot_views_style()

Preprocessor for theme_flot_views_style().

File

views/flot.views.inc, line 74

Code

function template_preprocess_flot_views_style(&$vars) {
  $options = $vars['view']->style_plugin
    ->preprocess($vars);
}