public function BrightcovePlaylistInterface::getVideos in Brightcove Video Connect 8.2
Same name and namespace in other branches
- 8 src/BrightcovePlaylistInterface.php \Drupal\brightcove\BrightcovePlaylistInterface::getVideos()
- 3.x src/BrightcovePlaylistInterface.php \Drupal\brightcove\BrightcovePlaylistInterface::getVideos()
Returns the list of videos on the playlist.
Return value
int[] The videos on the playlist.
1 method overrides BrightcovePlaylistInterface::getVideos()
- BrightcovePlaylist::getVideos in src/
Entity/ BrightcovePlaylist.php - Returns the list of videos on the playlist.
File
- src/
BrightcovePlaylistInterface.php, line 73
Class
- BrightcovePlaylistInterface
- Provides an interface for defining Brightcove Playlists.
Namespace
Drupal\brightcoveCode
public function getVideos();