function Resource::getProvider
Returns the resource provider, if known.
Return value
\Drupal\media\OEmbed\Provider|null The resource provider, or NULL if the provider is not known.
File
-
core/
modules/ media/ src/ OEmbed/ Resource.php, line 405
Class
- Resource
- Value object representing an oEmbed resource.
Namespace
Drupal\media\OEmbedCode
public function getProvider() {
return $this->provider;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.