You are here

public static function BlazyEntity::create in Blazy 8.2

File

src/BlazyEntity.php, line 41

Class

BlazyEntity
Provides common entity utilities to work with field details.

Namespace

Drupal\blazy

Code

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