You are here

public function BrightcoveVideoInterface::setLongDescription in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::setLongDescription()
  2. 3.x src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::setLongDescription()

Sets the video's long description.

Parameters

string $long_description: The long description of the video.

Return value

\Drupal\brightcove\BrightcoveVideoInterface The called Brightcove Video.

1 method overrides BrightcoveVideoInterface::setLongDescription()
BrightcoveVideo::setLongDescription in src/Entity/BrightcoveVideo.php
Sets the video's long description.

File

src/BrightcoveVideoInterface.php, line 208

Class

BrightcoveVideoInterface
Provides an interface for defining Brightcove Videos.

Namespace

Drupal\brightcove

Code

public function setLongDescription($long_description);