You are here

public function BrightcovePlayerInterface::isResponsive in Brightcove Video Connect 8.2

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

Returns whether if the player is responsive or not.

Return value

string TRUE if the player is responsive, FALSE if fixed.

1 method overrides BrightcovePlayerInterface::isResponsive()
BrightcovePlayer::isResponsive in src/Entity/BrightcovePlayer.php
Returns whether if the player is responsive or not.

File

src/BrightcovePlayerInterface.php, line 114

Class

BrightcovePlayerInterface
Provides an interface for defining Brightcove Player.

Namespace

Drupal\brightcove

Code

public function isResponsive();