public function BrightcoveTextTrackInterface::getSources in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveTextTrackInterface.php \Drupal\brightcove\BrightcoveTextTrackInterface::getSources()
- 3.x src/BrightcoveTextTrackInterface.php \Drupal\brightcove\BrightcoveTextTrackInterface::getSources()
Returns a list of text track sources.
Return value
array List of text track sources.
1 method overrides BrightcoveTextTrackInterface::getSources()
- BrightcoveTextTrack::getSources in src/
Entity/ BrightcoveTextTrack.php - Returns a list of text track sources.
File
- src/
BrightcoveTextTrackInterface.php, line 202
Class
- BrightcoveTextTrackInterface
- Provides an interface for defining Brightcove Text Track entities.
Namespace
Drupal\brightcoveCode
public function getSources();