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