You are here

public function BrightcovePlayerInterface::setUnits in Brightcove Video Connect 8.2

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

Sets the units for the height and width.

Parameters

string $units: The units for the height and width.

Return value

\Drupal\brightcove\BrightcovePlayerInterface The called Brightcove Player.

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

File

src/BrightcovePlayerInterface.php, line 106

Class

BrightcovePlayerInterface
Provides an interface for defining Brightcove Player.

Namespace

Drupal\brightcove

Code

public function setUnits($units);