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