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