public function BrightcovePlayerInterface::setPlayerId in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcovePlayerInterface.php \Drupal\brightcove\BrightcovePlayerInterface::setPlayerId()
- 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\brightcoveCode
public function setPlayerId($player_id);