public function BrightcoveAPIClientInterface::getLabel in Brightcove Video Connect 8.2
Same name and namespace in other branches
- 8 src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::getLabel()
- 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\brightcoveCode
public function getLabel();