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