public function BrightcoveAPIClient::getLabel in Brightcove Video Connect 3.x
Same name and namespace in other branches
- 8.2 src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::getLabel()
- 8 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\EntityCode
public function getLabel() {
return $this->label;
}