You are here

public function BrightcovePlayerInterface::getUnits in Brightcove Video Connect 8.2

Same name and namespace in other branches
  1. 3.x src/BrightcovePlayerInterface.php \Drupal\brightcove\BrightcovePlayerInterface::getUnits()

Returns the units for the height and width.

Return value

string The units for the height and width.

1 method overrides BrightcovePlayerInterface::getUnits()
BrightcovePlayer::getUnits in src/Entity/BrightcovePlayer.php
Returns the units for the height and width.

File

src/BrightcovePlayerInterface.php, line 95

Class

BrightcovePlayerInterface
Provides an interface for defining Brightcove Player.

Namespace

Drupal\brightcove

Code

public function getUnits();