You are here

public function Provider::getEndpoint in oEmbed 8

Overrides ProviderInterface::getEndpoint

File

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

Class

Provider
Defines the Provider entity.

Namespace

Drupal\oembed\Entity

Code

public function getEndpoint() {
  return $this->endpoint;
}