You are here

public function GridStackManager::setStylizer in GridStack 8.2

Sets GridStack stylizer service.

File

src/GridStackManager.php, line 117

Class

GridStackManager
Implements GridStackManagerInterface.

Namespace

Drupal\gridstack

Code

public function setStylizer(GridStackStylizerInterface $stylizer) {
  $this->stylizer = $stylizer;
  return $this;
}