You are here

public function BrightcoveVideoInterface::getRelatedLink in Brightcove Video Connect 8

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

Returns the video's related link.

Return value

array An array list of links.

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

File

src/BrightcoveVideoInterface.php, line 178

Class

BrightcoveVideoInterface
Provides an interface for defining Brightcove Videos.

Namespace

Drupal\brightcove

Code

public function getRelatedLink();