Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

media-oembed-iframe.html.twig

Same filename in this branch
  1. 11.1.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
  1. {#
  2. /**
  3. * @file
  4. * Theme override to display an oEmbed resource in an iframe.
  5. */
  6. #}
  7. <!DOCTYPE html>
  8. <html>
  9. <head>
  10. <css-placeholder token="{{ placeholder_token }}">
  11. </head>
  12. <body style="margin: 0">
  13. {{ media|raw }}
  14. </body>
  15. </html>

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal