You are here

public function BrightcovePlayerInterface::setPlaylist in Brightcove Video Connect 8.2

Same name and namespace in other branches
  1. 3.x src/BrightcovePlayerInterface.php \Drupal\brightcove\BrightcovePlayerInterface::setPlaylist()

Sets if the player is a playlist player or single video player.

Parameters

bool $is_playlist: TRUE if playlist player, FALSE if single video player.

Return value

\Drupal\brightcove\BrightcovePlayerInterface The called Brightcove Player.

1 method overrides BrightcovePlayerInterface::setPlaylist()
BrightcovePlayer::setPlaylist in src/Entity/BrightcovePlayer.php
Sets if the player is a playlist player or single video player.

File

src/BrightcovePlayerInterface.php, line 144

Class

BrightcovePlayerInterface
Provides an interface for defining Brightcove Player.

Namespace

Drupal\brightcove

Code

public function setPlaylist($is_playlist);