You are here

public function BrightcoveTextTrackInterface::setName in Brightcove Video Connect 8

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

Sets the name of the Text Track.

Parameters

string $name: The name of the Text Track.

Return value

\Drupal\brightcove\BrightcoveTextTrackInterface The called BrightcoveTextTrack entity.

1 method overrides BrightcoveTextTrackInterface::setName()
BrightcoveTextTrack::setName in src/Entity/BrightcoveTextTrack.php
Sets the name of the Text Track.

File

src/BrightcoveTextTrackInterface.php, line 33

Class

BrightcoveTextTrackInterface
Provides an interface for defining Brightcove Text Track entities.

Namespace

Drupal\brightcove

Code

public function setName($name);