public static function GridStackHook::create in GridStack 8.2
File
- src/
GridStackHook.php, line 37
Class
- GridStackHook
- Provides GridStack utility methods for Drupal hooks.
Namespace
Drupal\gridstackCode
public static function create(ContainerInterface $container) {
return new static($container
->get('gridstack.manager'));
}