You are here

function views_isotope_plugin_style_isotope::options_form in Views Isotope (Deprecated) 7

Render the given style.

Overrides views_plugin_style_list::options_form

File

./views_isotope_plugin_style_isotope.inc, line 24

Class

views_isotope_plugin_style_isotope
Style plugin.

Code

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