You are here

public function GridStackViews::buildOptionsForm in GridStack 8.2

Same name and namespace in other branches
  1. 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\style

Code

public function buildOptionsForm(&$form, FormStateInterface $form_state) {
  $definition = $this
    ->getDefinedFormScopes();
  $this
    ->buildSettingsForm($form, $definition);
}