public function GridStackViews::manager in GridStack 8.2
Same name and namespace in other branches
- 8 src/Plugin/views/style/GridStackViews.php \Drupal\gridstack\Plugin\views\style\GridStackViews::manager()
Returns the gridstack manager.
File
- src/
Plugin/ views/ style/ GridStackViews.php, line 37
Class
- GridStackViews
- GridStack style plugin.
Namespace
Drupal\gridstack\Plugin\views\styleCode
public function manager() {
return $this->manager;
}