You are here

public function GridStackStylizer::setForm in GridStack 8.2

Sets the form plugin.

File

src/GridStackStylizer.php, line 133

Class

GridStackStylizer
Implements GridStackStylizerInterface.

Namespace

Drupal\gridstack

Code

public function setForm(array $configuration = [], $reload = FALSE) {
  $this->form = $this
    ->loadStyle('form', $configuration, $reload);
  return $this;
}