function theme_oembed__rich in oEmbed 7
Same name and namespace in other branches
- 7.0 theme/oembed.theme.inc \theme_oembed__rich()
Theme for rich oEmbed output.
2 theme calls to theme_oembed__rich()
- OembedEndpointTestCase::testOembedEndpoint in modules/
oembedprovider/ oembedprovider.test - OembedProviderTestCase::testOembedProviders in modules/
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'];
}