You are here

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

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

Sets the responsive indicator.

Parameters

bool $is_responsive: TRUE if the player is responsive, FALSE if fixed.

Return value

\Drupal\brightcove\BrightcovePlayerInterface The called Brightcove Player.

1 method overrides BrightcovePlayerInterface::setResponsive()
BrightcovePlayer::setResponsive in src/Entity/BrightcovePlayer.php
Sets the responsive indicator.

File

src/BrightcovePlayerInterface.php, line 125

Class

BrightcovePlayerInterface
Provides an interface for defining Brightcove Player.

Namespace

Drupal\brightcove

Code

public function setResponsive($is_responsive);