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