function Provider::getEndpoints
Returns the provider endpoints.
Return value
\Drupal\media\OEmbed\Endpoint[] List of endpoints this provider exposes.
File
-
core/
modules/ media/ src/ OEmbed/ Provider.php, line 96
Class
- Provider
- Value object for oEmbed providers.
Namespace
Drupal\media\OEmbedCode
public function getEndpoints() {
return $this->endpoints;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.