You are here

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

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

Sets the video's related link.

Parameters

array|null $related_link: The related link.

Return value

\Drupal\brightcove\BrightcoveVideoInterface The called Brightcove Video.

1 method overrides BrightcoveVideoInterface::setRelatedLink()
BrightcoveVideo::setRelatedLink in src/Entity/BrightcoveVideo.php
Sets the video's related link.

File

src/BrightcoveVideoInterface.php, line 123

Class

BrightcoveVideoInterface
Provides an interface for defining Brightcove Videos.

Namespace

Drupal\brightcove

Code

public function setRelatedLink($related_link);