You are here

public function Youku::getRemoteThumbnailUrl in Video Embed Youku 8

Get the Youku video thumbnail url.

File

src/Plugin/video_embed_field/Provider/Youku.php, line 50
Contains \Drupal\video_embed_youku\Plugin\video_embed_field\Provider\Youku.

Class

Youku
Plugin annotation @VideoEmbedProvider( id = "youku", title = @Translation("Youku") )

Namespace

Drupal\video_embed_youku\Plugin\video_embed_field\Provider

Code

public function getRemoteThumbnailUrl() {
  return $this
    ->oEmbedData()->bigThumbnail;
}