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_embedCode
public function getConfig() {
return $this->config;
}