public function BrightcovePlayerInterface::setAdjusted in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcovePlayerInterface.php \Drupal\brightcove\BrightcovePlayerInterface::setAdjusted()
- 3.x src/BrightcovePlayerInterface.php \Drupal\brightcove\BrightcovePlayerInterface::setAdjusted()
Sets the Player as adjusted.
Parameters
bool|null $adjusted: TRUE or FALSE whether the player is adjusted or not, or NULL to unset the value.
Return value
\Drupal\brightcove\BrightcovePlayerInterface The called Brightcove Player.
1 method overrides BrightcovePlayerInterface::setAdjusted()
- BrightcovePlayer::setAdjusted in src/
Entity/ BrightcovePlayer.php - Sets the Player as adjusted.
File
- src/
BrightcovePlayerInterface.php, line 49
Class
- BrightcovePlayerInterface
- Provides an interface for defining Brightcove Player.
Namespace
Drupal\brightcoveCode
public function setAdjusted($adjusted);