public function GridStackViews::buildOptionsForm in GridStack 8.2
Same name and namespace in other branches
- 8 src/Plugin/views/style/GridStackViews.php \Drupal\gridstack\Plugin\views\style\GridStackViews::buildOptionsForm()
Overrides parent::buildOptionsForm().
File
- src/
Plugin/ views/ style/ GridStackViews.php, line 78
Class
- GridStackViews
- GridStack style plugin.
Namespace
Drupal\gridstack\Plugin\views\styleCode
public function buildOptionsForm(&$form, FormStateInterface $form_state) {
$definition = $this
->getDefinedFormScopes();
$this
->buildSettingsForm($form, $definition);
}