You are here

public function BrightcoveAPIClientInterface::getClientStatusMessage in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::getClientStatusMessage()
  2. 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\brightcove

Code

public function getClientStatusMessage();