You are here

private function GridStackStylizer::setStyle in GridStack 8.2

Sets the style plugin.

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

File

src/GridStackStylizer.php, line 81

Class

GridStackStylizer
Implements GridStackStylizerInterface.

Namespace

Drupal\gridstack

Code

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