public function GridStackManager::stylizer in GridStack 8.2
Returns GridStack stylizer service.
File
- src/
GridStackManager.php, line 110
Class
- GridStackManager
- Implements GridStackManagerInterface.
Namespace
Drupal\gridstackCode
public function stylizer() {
return $this->stylizer;
}