public function BrightcovePlayerInterface::isAdjusted in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcovePlayerInterface.php \Drupal\brightcove\BrightcovePlayerInterface::isAdjusted()
- 3.x src/BrightcovePlayerInterface.php \Drupal\brightcove\BrightcovePlayerInterface::isAdjusted()
Returns whether the player is adjusted for the playlist or not.
Return value
bool|null TRUE or FALSE whether the player is adjusted or not, or NULL if not set.
1 method overrides BrightcovePlayerInterface::isAdjusted()
- BrightcovePlayer::isAdjusted in src/
Entity/ BrightcovePlayer.php - Returns whether the player is adjusted for the playlist or not.
File
- src/
BrightcovePlayerInterface.php, line 37
Class
- BrightcovePlayerInterface
- Provides an interface for defining Brightcove Player.
Namespace
Drupal\brightcoveCode
public function isAdjusted();