public function BrightcoveVideoPlaylistCMSEntityInterface::setPlayer in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveVideoPlaylistCMSEntityInterface.php \Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface::setPlayer()
- 3.x src/BrightcoveVideoPlaylistCMSEntityInterface.php \Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface::setPlayer()
Sets the player.
Parameters
int $player: The Brightcove Player's entity ID.
Return value
\Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface The called Brightcove Video or Playlist.
1 method overrides BrightcoveVideoPlaylistCMSEntityInterface::setPlayer()
- BrightcoveVideoPlaylistCmsEntity::setPlayer in src/
Entity/ BrightcoveVideoPlaylistCmsEntity.php - Sets the player.
File
- src/
BrightcoveVideoPlaylistCMSEntityInterface.php, line 27
Class
- BrightcoveVideoPlaylistCMSEntityInterface
- Provides a common interface for the Brightcove video and playlist entities.
Namespace
Drupal\brightcoveCode
public function setPlayer($player);