public function BrightcoveTextTrackInterface::setName in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveTextTrackInterface.php \Drupal\brightcove\BrightcoveTextTrackInterface::setName()
- 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\brightcoveCode
public function setName($name);