You are here

function views_cumulus_style_plugin::options_form in Cumulus 6.2

Render the given style.

File

includes/views/views_cumulus_style_plugin.inc, line 28
Contains the cumulus style plugin.

Class

views_cumulus_style_plugin
Style plugin to render the results as a 3D Flash-cloud.

Code

function options_form(&$form, &$form_state) {
  parent::options_form($form, $form_state);
  cumulus_views_options_form($form, $form_state, $this);
}