You are here

public function BrightcoveVideoInterface::setProfile in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::setProfile()
  2. 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 283

Class

BrightcoveVideoInterface
Provides an interface for defining Brightcove Videos.

Namespace

Drupal\brightcove

Code

public function setProfile($profile);