You are here

public function BrightcoveTextTrackInterface::getKind in Brightcove Video Connect 3.x

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

Returns the Text Tracks's kind.

Return value

string The kind of the Text Track.

1 method overrides BrightcoveTextTrackInterface::getKind()
BrightcoveTextTrack::getKind in src/Entity/BrightcoveTextTrack.php
Returns the Text Tracks's kind.

File

src/BrightcoveTextTrackInterface.php, line 136

Class

BrightcoveTextTrackInterface
Provides an interface for defining Brightcove Text Track entities.

Namespace

Drupal\brightcove

Code

public function getKind();