public function BrightcoveVideoInterface::getVideoUrl in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::getVideoUrl()
- 3.x src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::getVideoUrl()
Returns the video URL.
Return value
string The video URL.
1 method overrides BrightcoveVideoInterface::getVideoUrl()
- BrightcoveVideo::getVideoUrl in src/
Entity/ BrightcoveVideo.php - Returns the video URL.
File
- src/
BrightcoveVideoInterface.php, line 254
Class
- BrightcoveVideoInterface
- Provides an interface for defining Brightcove Videos.
Namespace
Drupal\brightcoveCode
public function getVideoUrl();