You are here

public function BrightcovePlayerInterface::isPlaylist in Brightcove Video Connect 8.2

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

Returns whether the player is a playlist player or a single video player.

Return value

bool TRUE if playlist player, FALSE if single video player.

1 method overrides BrightcovePlayerInterface::isPlaylist()
BrightcovePlayer::isPlaylist in src/Entity/BrightcovePlayer.php
Returns whether the player is a playlist player or a single video player.

File

src/BrightcovePlayerInterface.php, line 133

Class

BrightcovePlayerInterface
Provides an interface for defining Brightcove Player.

Namespace

Drupal\brightcove

Code

public function isPlaylist();