You are here

public function Provider::setEndpoint in oEmbed 8

Overrides ProviderInterface::setEndpoint

File

src/Entity/Provider.php, line 76
Contains \Drupal\oembed\Entity\Provider.

Class

Provider
Defines the Provider entity.

Namespace

Drupal\oembed\Entity

Code

public function setEndpoint($endpoint) {
  $this->endpoint = $endpoint;
}