You are here

public function BrightcoveAPIClient::getClientStatus in Brightcove Video Connect 8.2

Same name and namespace in other branches
  1. 8 src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::getClientStatus()
  2. 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\Entity

Code

public function getClientStatus() {
  return $this->client_status;
}