You are here

public function BrightcovePlaylistInterface::getVideos in Brightcove Video Connect 3.x

Same name and namespace in other branches
  1. 8.2 src/BrightcovePlaylistInterface.php \Drupal\brightcove\BrightcovePlaylistInterface::getVideos()
  2. 8 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\brightcove

Code

public function getVideos();