You are here

public function BrightcoveVideoPlaylistCMSEntityInterface::getPlayer in Brightcove Video Connect 8

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

Returns the player.

Return value

int Target ID of the Brightcove Player.

1 method overrides BrightcoveVideoPlaylistCMSEntityInterface::getPlayer()
BrightcoveVideoPlaylistCmsEntity::getPlayer in src/Entity/BrightcoveVideoPlaylistCmsEntity.php
Returns the player.

File

src/BrightcoveVideoPlaylistCMSEntityInterface.php, line 16

Class

BrightcoveVideoPlaylistCMSEntityInterface
Provides a common interface for the Brightcove video and playlist entities.

Namespace

Drupal\brightcove

Code

public function getPlayer();