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

Breadcrumb

  1. Drupal Core 11.1.x
  2. IFrameMarkup.php

class IFrameMarkup

Defines an object that wraps oEmbed markup for use in an iFrame.

This object is not constructed with a known safe string as the strings come from an external site. It must not be used outside the Media module's oEmbed iframe rendering.

@internal This object is an internal part of the oEmbed system and should only be used in \Drupal\media\Controller\OEmbedIframeController.

Hierarchy

  • class \Drupal\media\IFrameMarkup implements \Drupal\Component\Render\MarkupInterface uses \Drupal\Component\Render\MarkupTrait

Expanded class hierarchy of IFrameMarkup

See also

\Drupal\media\Controller\OEmbedIframeController

1 file declares its use of IFrameMarkup
OEmbedIframeController.php in core/modules/media/src/Controller/OEmbedIframeController.php

File

core/modules/media/src/IFrameMarkup.php, line 21

Namespace

Drupal\media
View source
class IFrameMarkup implements MarkupInterface {
    use MarkupTrait;

}

API Navigation

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