You are here

public function BrightcoveVideoPlaylistCMSEntityInterface::setBrightcoveId in Brightcove Video Connect 8.2

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

Sets The Brightcove ID.

Parameters

int $id: The Brightcove ID (not the entity's).

Return value

\Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface The called Brightcove entity.

2 methods override BrightcoveVideoPlaylistCMSEntityInterface::setBrightcoveId()
BrightcovePlaylist::setBrightcoveId in src/Entity/BrightcovePlaylist.php
Sets The Brightcove ID.
BrightcoveVideo::setBrightcoveId in src/Entity/BrightcoveVideo.php
Sets The Brightcove ID.

File

src/BrightcoveVideoPlaylistCMSEntityInterface.php, line 27

Class

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

Namespace

Drupal\brightcove

Code

public function setBrightcoveId($id);