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