You are here

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

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

Sets the video's poster image.

Parameters

array|null $poster: The poster image which needs to be saved on the entity.

Return value

\Drupal\brightcove\BrightcoveVideoInterface The called Brightcove Video.

1 method overrides BrightcoveVideoInterface::setPoster()
BrightcoveVideo::setPoster in src/Entity/BrightcoveVideo.php
Sets the video's poster image.

File

src/BrightcoveVideoInterface.php, line 236

Class

BrightcoveVideoInterface
Provides an interface for defining Brightcove Videos.

Namespace

Drupal\brightcove

Code

public function setPoster($poster);