public function BrightcoveAPIClient::getClientStatus in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::getClientStatus()
- 3.x src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::getClientStatus()
Returns the connection status.
Return value
int Possible values:
- CLIENT_OK
- CLIENT_ERROR
Overrides BrightcoveAPIClientInterface::getClientStatus
File
- src/
Entity/ BrightcoveAPIClient.php, line 173
Class
- BrightcoveAPIClient
- Defines the Brightcove API Client entity.
Namespace
Drupal\brightcove\EntityCode
public function getClientStatus() {
return $this->client_status;
}