public function BrightcoveVideoInterface::getVideoId in Brightcove Video Connect 8
Returns the Brightcove Video ID.
Return value
int The Brightcove Video ID (not the entity's).
1 method overrides BrightcoveVideoInterface::getVideoId()
- BrightcoveVideo::getVideoId in src/
Entity/ BrightcoveVideo.php - Returns the Brightcove Video ID.
File
- src/
BrightcoveVideoInterface.php, line 121
Class
- BrightcoveVideoInterface
- Provides an interface for defining Brightcove Videos.
Namespace
Drupal\brightcoveCode
public function getVideoId();