public function BrightcoveAPIClientInterface::setClientId in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::setClientId()
- 3.x src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::setClientId()
Sets the API Client ID.
Parameters
string $client_id: The desired client ID.
Return value
$this
1 method overrides BrightcoveAPIClientInterface::setClientId()
- BrightcoveAPIClient::setClientId in src/
Entity/ BrightcoveAPIClient.php - Sets the API Client ID.
File
- src/
BrightcoveAPIClientInterface.php, line 137
Class
- BrightcoveAPIClientInterface
- Provides an interface for defining Brightcove API Client entities.
Namespace
Drupal\brightcoveCode
public function setClientId($client_id);