public function BrightcoveVideoPlaylistCMSEntityInterface::getReferenceId in Brightcove Video Connect 3.x
Same name and namespace in other branches
- 8.2 src/BrightcoveVideoPlaylistCMSEntityInterface.php \Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface::getReferenceId()
- 8 src/BrightcoveVideoPlaylistCMSEntityInterface.php \Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface::getReferenceId()
Returns the reference ID.
Return value
string Reference ID.
1 method overrides BrightcoveVideoPlaylistCMSEntityInterface::getReferenceId()
- BrightcoveVideoPlaylistCmsEntity::getReferenceId in src/
Entity/ BrightcoveVideoPlaylistCmsEntity.php - Returns the reference ID.
File
- src/
BrightcoveVideoPlaylistCMSEntityInterface.php, line 54
Class
- BrightcoveVideoPlaylistCMSEntityInterface
- Provides a common interface for the Brightcove video and playlist entities.
Namespace
Drupal\brightcoveCode
public function getReferenceId();