You are here

public function BrightcoveSubscriptionInterface::setEndpoint in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/Entity/BrightcoveSubscriptionInterface.php \Drupal\brightcove\Entity\BrightcoveSubscriptionInterface::setEndpoint()
  2. 3.x src/Entity/BrightcoveSubscriptionInterface.php \Drupal\brightcove\Entity\BrightcoveSubscriptionInterface::setEndpoint()

Set the endpoint for the subscription.

Parameters

string $endpoint: The Subscription's endpoint.

Return value

$this

1 method overrides BrightcoveSubscriptionInterface::setEndpoint()
BrightcoveSubscription::setEndpoint in src/Entity/BrightcoveSubscription.php
Set the endpoint for the subscription.

File

src/Entity/BrightcoveSubscriptionInterface.php, line 104

Class

BrightcoveSubscriptionInterface
Provides an interface for defining Brightcove Subscription entities.

Namespace

Drupal\brightcove\Entity

Code

public function setEndpoint($endpoint);