You are here

service media.oembed.iframe_url_helper in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/media/media.services.yml \media.oembed.iframe_url_helper
  2. 10 core/modules/media/media.services.yml \media.oembed.iframe_url_helper

Class

Drupal\media\IFrameUrlHelper
4 string references to media.oembed.iframe_url_helper
MediaSettingsForm::create in core/modules/media/src/Form/MediaSettingsForm.php
Instantiates a new instance of this class.
OEmbed::create in core/modules/media/src/Plugin/media/Source/OEmbed.php
Creates an instance of the plugin.
OEmbedFormatter::create in core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php
Creates an instance of the plugin.
OEmbedIframeController::create in core/modules/media/src/Controller/OEmbedIframeController.php
Instantiates a new instance of this class.

File

core/modules/media/media.services.yml
core/modules/media/media.services.yml

View source
  1. class: Drupal\media\IFrameUrlHelper
  2. arguments:
  3. - '@router.request_context'
  4. - '@private_key'