You are here

public function Html5::getLocalThumbnailUri in Video Embed HTML5 8

2 calls to Html5::getLocalThumbnailUri()
Html5::downloadThumbnail in src/Plugin/video_embed_field/Provider/Html5.php
Html5::renderThumbnail in src/Plugin/video_embed_field/Provider/Html5.php

File

src/Plugin/video_embed_field/Provider/Html5.php, line 116

Class

Html5
A Html5 provider plugin.

Namespace

Drupal\video_embed_html5\Plugin\video_embed_field\Provider

Code

public function getLocalThumbnailUri() {
  return $this->thumbsDirectory . '/' . $this->filename . '.jpg';
}