You are here

public function BrightcovePlayerInterface::getVersion in Brightcove Video Connect 3.x

Same name and namespace in other branches
  1. 8.2 src/BrightcovePlayerInterface.php \Drupal\brightcove\BrightcovePlayerInterface::getVersion()

Gets the version of the player.

Return value

string The version of the player.

1 method overrides BrightcovePlayerInterface::getVersion()
BrightcovePlayer::getVersion in src/Entity/BrightcovePlayer.php
Gets the version of the player.

File

src/BrightcovePlayerInterface.php, line 152

Class

BrightcovePlayerInterface
Provides an interface for defining Brightcove Player.

Namespace

Drupal\brightcove

Code

public function getVersion();