You are here

function views_plugin_style_salvattore::options_form in Salvattore (CSS driven Masonry) 7

Same name and namespace in other branches
  1. 8 views_plugin_style_salvattore.inc \views_plugin_style_salvattore::options_form()
  2. 7.2 views_plugin_style_salvattore.inc \views_plugin_style_salvattore::options_form()

Render the given style.

Overrides views_plugin_style::options_form

File

./views_plugin_style_salvattore.inc, line 24
Contains the Salvattore style plugin.

Class

views_plugin_style_salvattore
@file Contains the Salvattore style plugin.

Code

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