You are here

public static function Brightcove::create in Video Embed Brightcove 8

File

src/Plugin/video_embed_field/Provider/Brightcove.php, line 52

Class

Brightcove
A Brightcove provider plugin.

Namespace

Drupal\video_embed_brightcove\Plugin\video_embed_field\Provider

Code

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