You are here

public function BrightcoveVideoInterface::getLongDescription in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::getLongDescription()
  2. 3.x 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 197

Class

BrightcoveVideoInterface
Provides an interface for defining Brightcove Videos.

Namespace

Drupal\brightcove

Code

public function getLongDescription();