public function BrightcoveVideoInterface::getRelatedLink in Brightcove Video Connect 8.2
Same name and namespace in other branches
- 8 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::getRelatedLink()
- 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 112
Class
- BrightcoveVideoInterface
- Provides an interface for defining Brightcove Videos.
Namespace
Drupal\brightcoveCode
public function getRelatedLink();