You are here

public function BrightcoveVideoInterface::getProfile in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::getProfile()
  2. 3.x src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::getProfile()

Returns the video's profile.

Return value

string The video profile.

1 method overrides BrightcoveVideoInterface::getProfile()
BrightcoveVideo::getProfile in src/Entity/BrightcoveVideo.php
Returns the video's profile.

File

src/BrightcoveVideoInterface.php, line 272

Class

BrightcoveVideoInterface
Provides an interface for defining Brightcove Videos.

Namespace

Drupal\brightcove

Code

public function getProfile();