You are here

public static function GridStackViews::create in GridStack 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/style/GridStackViews.php \Drupal\gridstack\Plugin\views\style\GridStackViews::create()

File

src/Plugin/views/style/GridStackViews.php, line 37

Class

GridStackViews
GridStack style plugin.

Namespace

Drupal\gridstack\Plugin\views\style

Code

public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
  return new static($configuration, $plugin_id, $plugin_definition, $container
    ->get('blazy.manager'), $container
    ->get('gridstack.manager'));
}