You are here

public function Provider::setScheme in oEmbed 8

Overrides ProviderInterface::setScheme

File

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

Class

Provider
Defines the Provider entity.

Namespace

Drupal\oembed\Entity

Code

public function setScheme($scheme) {
  $this->scheme = $scheme;
}