You are here

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\gridstack

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('gridstack.manager'));
}