You are here

public function BlazyOEmbedInterface::getMediaItem in Blazy 8.2

Gets the Media item thumbnail.

Parameters

array $data: The modified array containing settings, and to be video thumbnail item.

object $media: The core Media entity.

1 method overrides BlazyOEmbedInterface::getMediaItem()
BlazyOEmbed::getMediaItem in src/BlazyOEmbed.php
Gets the Media item thumbnail.

File

src/BlazyOEmbedInterface.php, line 48

Class

BlazyOEmbedInterface
Provides OEmbed integration.

Namespace

Drupal\blazy

Code

public function getMediaItem(array &$data, $media);