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