You are here

protected property OEmbedIframeController::$resourceFetcher in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/media/src/Controller/OEmbedIframeController.php \Drupal\media\Controller\OEmbedIframeController::resourceFetcher
  2. 10 core/modules/media/src/Controller/OEmbedIframeController.php \Drupal\media\Controller\OEmbedIframeController::resourceFetcher

The oEmbed resource fetcher service.

Type: \Drupal\media\OEmbed\ResourceFetcherInterface

File

core/modules/media/src/Controller/OEmbedIframeController.php, line 43

Class

OEmbedIframeController
Controller which renders an oEmbed resource in a bare page (without blocks).

Namespace

Drupal\media\Controller

Code

protected $resourceFetcher;