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