You are here

public function EmbedInterface::processEmbeds in CKEditor Media Embed Plugin 8

Replace all oembed tags with the embed html based ona provider resource.

Parameters

string $text: The HTML string to replace <oembed> tags.

Return value

string The HTML with all the <oembed> tags replaced with their embed html.

1 method overrides EmbedInterface::processEmbeds()
Embed::processEmbeds in src/Embed.php
Replace all oembed tags with the embed html based ona provider resource.

File

src/EmbedInterface.php, line 41

Class

EmbedInterface
Defines an interface for processing and embedding embeddable content.

Namespace

Drupal\ckeditor_media_embed

Code

public function processEmbeds($text);