You are here

public function BrightcoveTextTrackInterface::setLabel in Brightcove Video Connect 8

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

Sets the Brightcove Text Track name.

Parameters

string $label: The Brightcove Text Track name.

Return value

\Drupal\brightcove\BrightcoveTextTrackInterface The called Brightcove Text Track entity.

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

File

src/BrightcoveTextTrackInterface.php, line 128

Class

BrightcoveTextTrackInterface
Provides an interface for defining Brightcove Text Track entities.

Namespace

Drupal\brightcove

Code

public function setLabel($label);