public function BrightcoveAPIClientInterface::getAccountId in Brightcove Video Connect 8.2
Same name and namespace in other branches
- 8 src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::getAccountId()
- 3.x src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::getAccountId()
Returns the API Client account ID.
Return value
string The account ID for this API Client.
1 method overrides BrightcoveAPIClientInterface::getAccountId()
- BrightcoveAPIClient::getAccountId in src/
Entity/ BrightcoveAPIClient.php - Returns the API Client account ID.
File
- src/
BrightcoveAPIClientInterface.php, line 41
Class
- BrightcoveAPIClientInterface
- Provides an interface for defining Brightcove API Client entities.
Namespace
Drupal\brightcoveCode
public function getAccountId();