You are here

public function BrightcoveAPIClient::getLabel in Brightcove Video Connect 8.2

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

Returns the API Client label.

Return value

string The label for this API Client.

Overrides BrightcoveAPIClientInterface::getLabel

File

src/Entity/BrightcoveAPIClient.php, line 130

Class

BrightcoveAPIClient
Defines the Brightcove API Client entity.

Namespace

Drupal\brightcove\Entity

Code

public function getLabel() {
  return $this->label;
}