You are here

public function UrlEmbed::__construct in URL Embed 8

inheritdoc}

Overrides UrlEmbedInterface::__construct

File

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

Class

UrlEmbed
A service class for handling URL embeds.

Namespace

Drupal\url_embed

Code

public function __construct(array $config = []) {
  $this->config = $config;
}