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\EntityCode
public function setEndpoint($endpoint) {
$this->endpoint = $endpoint;
}