You are here

public function BrightcoveTextTrackInterface::setTextTrackId in Brightcove Video Connect 8

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

Sets the Brightcove ID of the Text Track.

Parameters

string $text_track_id: The Brightcove ID of the Text Track.

Return value

\Drupal\brightcove\BrightcoveTextTrackInterface The called BrightcoveTextTrack entity.

1 method overrides BrightcoveTextTrackInterface::setTextTrackId()
BrightcoveTextTrack::setTextTrackId in src/Entity/BrightcoveTextTrack.php
Sets the Brightcove ID of the Text Track.

File

src/BrightcoveTextTrackInterface.php, line 71

Class

BrightcoveTextTrackInterface
Provides an interface for defining Brightcove Text Track entities.

Namespace

Drupal\brightcove

Code

public function setTextTrackId($text_track_id);