public function BrightcovePlayerInterface::isResponsive in Brightcove Video Connect 3.x
Same name and namespace in other branches
- 8.2 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\brightcoveCode
public function isResponsive();