You are here

public function BrightcoveAPIClientInterface::setLabel in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveAPIClientInterface.php \Drupal\brightcove\BrightcoveAPIClientInterface::setLabel()
  2. 3.x 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\brightcove

Code

public function setLabel($label);