You are here

public function UrlEmbed::getConfig in URL Embed 8

inheritdoc}

Overrides UrlEmbedInterface::getConfig

File

src/UrlEmbed.php, line 32
Contains Drupal\url_embed\UrlEmbed.

Class

UrlEmbed
A service class for handling URL embeds.

Namespace

Drupal\url_embed

Code

public function getConfig() {
  return $this->config;
}