You are here

private function GridStackStylizer::setBuilder in GridStack 8.2

Sets the builder plugin.

1 call to GridStackStylizer::setBuilder()
GridStackStylizer::prepare in src/GridStackStylizer.php
Prepares the settings, selector and active styles.

File

src/GridStackStylizer.php, line 115

Class

GridStackStylizer
Implements GridStackStylizerInterface.

Namespace

Drupal\gridstack

Code

private function setBuilder(array $configuration = [], $reload = FALSE) {
  $this->builder = $this
    ->loadStyle('builder', $configuration, $reload);
  return $this;
}