You are here

public function BrightcoveVideoPlaylistCMSEntityInterface::getBrightcoveId in Brightcove Video Connect 3.x

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

Returns the Brightcove ID.

Return value

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

2 methods override BrightcoveVideoPlaylistCMSEntityInterface::getBrightcoveId()
BrightcovePlaylist::getBrightcoveId in src/Entity/BrightcovePlaylist.php
Returns the Brightcove ID.
BrightcoveVideo::getBrightcoveId in src/Entity/BrightcoveVideo.php
Returns the Brightcove ID.

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 getBrightcoveId();