function Salvattore::options_form in Salvattore (CSS driven Masonry) 8
Render the given style.
File
- src/
Plugin/ views/ style/ Salvattore.php, line 34
Class
- Salvattore
- Masonry views style based on Salvattore.
Namespace
Drupal\salvattore\Plugin\views\style\SalvattoreCode
function options_form(&$form, &$form_state) {
parent::options_form($form, $form_state);
}