You are here

public function Provider::getScheme in oEmbed 8

Overrides ProviderInterface::getScheme

File

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

Class

Provider
Defines the Provider entity.

Namespace

Drupal\oembed\Entity

Code

public function getScheme() {
  return $this->scheme;
}