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