public function BrightcoveVideoInterface::setProfile in Brightcove Video Connect 8.2
Same name and namespace in other branches
- 8 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::setProfile()
- 3.x src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::setProfile()
Sets the video's profile.
Parameters
string $profile: Video's profile.
Return value
\Drupal\brightcove\BrightcoveVideoInterface The called Brightcove Video.
1 method overrides BrightcoveVideoInterface::setProfile()
- BrightcoveVideo::setProfile in src/
Entity/ BrightcoveVideo.php - Sets the video's profile.
File
- src/
BrightcoveVideoInterface.php, line 217
Class
- BrightcoveVideoInterface
- Provides an interface for defining Brightcove Videos.
Namespace
Drupal\brightcoveCode
public function setProfile($profile);