You are here

public function GridStackManager::stylizer in GridStack 8.2

Returns GridStack stylizer service.

File

src/GridStackManager.php, line 110

Class

GridStackManager
Implements GridStackManagerInterface.

Namespace

Drupal\gridstack

Code

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