You are here

public function BrightcovePlayerInterface::getPlayerId in Brightcove Video Connect 8

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

Returns the Brightcove Player ID.

Return value

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

1 method overrides BrightcovePlayerInterface::getPlayerId()
BrightcovePlayer::getPlayerId in src/Entity/BrightcovePlayer.php
Returns the Brightcove Player ID.

File

src/BrightcovePlayerInterface.php, line 18

Class

BrightcovePlayerInterface
Provides an interface for defining Brightcove Player.

Namespace

Drupal\brightcove

Code

public function getPlayerId();