You are here

public function BrightcoveVideoInterface::setApiClient in Brightcove Video Connect 8

Sets the Brightcove Client API target ID.

Parameters

int $api_client: Target ID of the Brightcove Client API.

Return value

\Drupal\brightcove\BrightcoveVideoInterface The called Brightcove Video.

File

src/BrightcoveVideoInterface.php, line 113

Class

BrightcoveVideoInterface
Provides an interface for defining Brightcove Videos.

Namespace

Drupal\brightcove

Code

public function setApiClient($api_client);