public function BrightcoveAPIClientInterface::getClientStatus in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::getClientStatus()
- 3.x src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::getClientStatus()
Returns the connection status.
Return value
int Possible values:
- CLIENT_OK
- CLIENT_ERROR
1 method overrides BrightcoveAPIClientInterface::getClientStatus()
- BrightcoveAPIClient::getClientStatus in src/
Entity/ BrightcoveAPIClient.php - Returns the connection status.
File
- src/
BrightcoveAPIClientInterface.php, line 83
Class
- BrightcoveAPIClientInterface
- Provides an interface for defining Brightcove API Client entities.
Namespace
Drupal\brightcoveCode
public function getClientStatus();