public function BrightcoveAPIClientInterface::setAccountId in Brightcove Video Connect 3.x
Same name and namespace in other branches
- 8.2 src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::setAccountId()
- 8 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\brightcoveCode
public function setAccountId($account_id);