You are here

public function Dailymotion::getRemoteThumbnailUrl in Video Embed Dailymotion 8

File

src/Plugin/video_embed_field/Provider/Dailymotion.php, line 40
Contains \Drupal\video_embed_dailymotion\Plugin\video_embed_field\Provider\Dailymotion.

Class

Dailymotion
Plugin annotation @VideoEmbedProvider( id = "dailymotion", title = @Translation("Dailymotion") )

Namespace

Drupal\video_embed_dailymotion\Plugin\video_embed_field\Provider

Code

public function getRemoteThumbnailUrl() {
  return sprintf('http://www.dailymotion.com/thumbnail/video/%s', $this
    ->getVideoId());
}