function Provider::getEndpoints
Same name in other branches
- 8.9.x core/modules/media/src/OEmbed/Provider.php \Drupal\media\OEmbed\Provider::getEndpoints()
- 10 core/modules/media/src/OEmbed/Provider.php \Drupal\media\OEmbed\Provider::getEndpoints()
- 11.x core/modules/media/src/OEmbed/Provider.php \Drupal\media\OEmbed\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.