media-oembed-iframe.html.twig
Same filename in this branch
Same filename in other branches
- 8.9.x core/themes/stable/templates/content/media-oembed-iframe.html.twig
- 8.9.x core/modules/media/templates/media-oembed-iframe.html.twig
- 10 core/themes/stable9/templates/content/media-oembed-iframe.html.twig
- 10 core/modules/media/templates/media-oembed-iframe.html.twig
- 11.x core/themes/stable9/templates/content/media-oembed-iframe.html.twig
- 11.x core/modules/media/templates/media-oembed-iframe.html.twig
Theme override to display an oEmbed resource in an iframe.
1 theme call to media-oembed-iframe.html.twig
- OEmbedIframeController::render in core/
modules/ media/ src/ Controller/ OEmbedIframeController.php - Renders an oEmbed resource.
File
-
core/
themes/ stable9/ templates/ content/ media-oembed-iframe.html.twig
View source
- {#
- /**
- * @file
- * Theme override to display an oEmbed resource in an iframe.
- */
- #}
- <!DOCTYPE html>
- <html>
- <head>
- <css-placeholder token="{{ placeholder_token }}">
- </head>
- <body style="margin: 0">
- {{ media|raw }}
- </body>
- </html>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.