You are here

public function BrightcoveAPIClientInterface::getClientId in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::getClientId()
  2. 3.x src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::getClientId()

Returns the API Client ID.

Return value

string The client ID for this API Client.

1 method overrides BrightcoveAPIClientInterface::getClientId()
BrightcoveAPIClient::getClientId in src/Entity/BrightcoveAPIClient.php
Returns the API Client ID.

File

src/BrightcoveAPIClientInterface.php, line 49

Class

BrightcoveAPIClientInterface
Provides an interface for defining Brightcove API Client entities.

Namespace

Drupal\brightcove

Code

public function getClientId();