You are here

function theme_oembed__rich in oEmbed 7.0

Same name and namespace in other branches
  1. 7 theme/oembed.theme.inc \theme_oembed__rich()

Theme for rich oEmbed output.

2 theme calls to theme_oembed__rich()
OembedEndpointTestCase::testOembedEndpoint in oembedprovider/oembedprovider.test
OembedProviderTestCase::testOembedProviders in oembedprovider/oembedprovider.test

File

theme/oembed.theme.inc, line 46
Theme related functions for oEmbed Core

Code

function theme_oembed__rich($vars) {
  $embed = $vars['embed'];
  return $embed['html'];
}