You are here

public function BrightcoveAPIClientInterface::setAccountId in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::setAccountId()
  2. 3.x src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::setAccountId()

Sets the API Client account ID.

Parameters

string $account_id: The desired account ID.

Return value

$this

1 method overrides BrightcoveAPIClientInterface::setAccountId()
BrightcoveAPIClient::setAccountId in src/Entity/BrightcoveAPIClient.php
Sets the API Client account ID.

File

src/BrightcoveAPIClientInterface.php, line 127

Class

BrightcoveAPIClientInterface
Provides an interface for defining Brightcove API Client entities.

Namespace

Drupal\brightcove

Code

public function setAccountId($account_id);