public function EmbedInterface::getEmbedObject in CKEditor Media Embed Plugin 8
Retrieve the Embed object as provided by the embed provider.
Parameters
string $url: The url to the media to request an embed object for.
Return value
object The decoded json object retrieved from the provided for the specified url.
1 method overrides EmbedInterface::getEmbedObject()
- Embed::getEmbedObject in src/
Embed.php - Retrieve the Embed object as provided by the embed provider.
File
- src/
EmbedInterface.php, line 30
Class
- EmbedInterface
- Defines an interface for processing and embedding embeddable content.
Namespace
Drupal\ckeditor_media_embedCode
public function getEmbedObject($url);