You are here

public static function ViewDisplays::create in EVA: Entity Views Attachment 8.2

File

src/ViewDisplays.php, line 62

Class

ViewDisplays
EVA utiltity service.

Namespace

Drupal\eva

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('cache.default'), $container
    ->get('cache.render'), $container
    ->get('config.factory'));
}