You are here

public function BrightcoveAPIClientInterface::getLabel in Brightcove Video Connect 8

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

Returns the API Client label.

Return value

string The label for this API Client.

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

File

src/BrightcoveAPIClientInterface.php, line 33

Class

BrightcoveAPIClientInterface
Provides an interface for defining Brightcove API Client entities.

Namespace

Drupal\brightcove

Code

public function getLabel();