public function BrightcoveAPIClient::getAccountId in Brightcove Video Connect 8.2
Same name and namespace in other branches
- 8 src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::getAccountId()
- 3.x src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::getAccountId()
Returns the API Client account ID.
Return value
string The account ID for this API Client.
Overrides BrightcoveAPIClientInterface::getAccountId
File
- src/
Entity/ BrightcoveAPIClient.php, line 137
Class
- BrightcoveAPIClient
- Defines the Brightcove API Client entity.
Namespace
Drupal\brightcove\EntityCode
public function getAccountId() {
return $this->account_id;
}