public function BrightcovePlayerInterface::setWidth in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcovePlayerInterface.php \Drupal\brightcove\BrightcovePlayerInterface::setWidth()
- 3.x src/BrightcovePlayerInterface.php \Drupal\brightcove\BrightcovePlayerInterface::setWidth()
Sets the width of the player.
Parameters
float $width: The width of the player.
Return value
\Drupal\brightcove\BrightcovePlayerInterface The called Brightcove Player.
1 method overrides BrightcovePlayerInterface::setWidth()
- BrightcovePlayer::setWidth in src/
Entity/ BrightcovePlayer.php - Sets the width of the player.
File
- src/
BrightcovePlayerInterface.php, line 87
Class
- BrightcovePlayerInterface
- Provides an interface for defining Brightcove Player.
Namespace
Drupal\brightcoveCode
public function setWidth($width);