public function BrightcoveTextTrack::getSources in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/Entity/BrightcoveTextTrack.php \Drupal\brightcove\Entity\BrightcoveTextTrack::getSources()
- 3.x src/Entity/BrightcoveTextTrack.php \Drupal\brightcove\Entity\BrightcoveTextTrack::getSources()
Returns a list of text track sources.
Return value
array List of text track sources.
Overrides BrightcoveTextTrackInterface::getSources
File
- src/
Entity/ BrightcoveTextTrack.php, line 191
Class
- BrightcoveTextTrack
- Defines the Brightcove Text Track entity.
Namespace
Drupal\brightcove\EntityCode
public function getSources() {
return $this
->get('sources')
->getValue();
}