You are here

public function Html5::getRemoteThumbnailUrl in Video Embed HTML5 8

File

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

Class

Html5
A Html5 provider plugin.

Namespace

Drupal\video_embed_html5\Plugin\video_embed_field\Provider

Code

public function getRemoteThumbnailUrl() {

  // Don't need this as we override "downloadThumbnail".
  return FALSE;
}