You are here

public function BrightcoveVideoInterface::getThumbnail in Brightcove Video Connect 3.x

Same name and namespace in other branches
  1. 8.2 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::getThumbnail()
  2. 8 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::getThumbnail()

Returns the video's thumbnail image.

Return value

array The thumbnail image on the entity.

1 method overrides BrightcoveVideoInterface::getThumbnail()
BrightcoveVideo::getThumbnail in src/Entity/BrightcoveVideo.php
Returns the video's thumbnail image.

File

src/BrightcoveVideoInterface.php, line 244

Class

BrightcoveVideoInterface
Provides an interface for defining Brightcove Videos.

Namespace

Drupal\brightcove

Code

public function getThumbnail();