You are here

public function BrightcovePlayerInterface::setPlayerId in Brightcove Video Connect 8.2

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

Sets The Brightcove Player ID.

Parameters

string $player_id: The Brightcove Player ID (not the entity's).

Return value

\Drupal\brightcove\BrightcovePlayerInterface The called Brightcove Player.

1 method overrides BrightcovePlayerInterface::setPlayerId()
BrightcovePlayer::setPlayerId in src/Entity/BrightcovePlayer.php
Sets The Brightcove Player ID.

File

src/BrightcovePlayerInterface.php, line 29

Class

BrightcovePlayerInterface
Provides an interface for defining Brightcove Player.

Namespace

Drupal\brightcove

Code

public function setPlayerId($player_id);