You are here

protected property OEmbedIframeController::$urlResolver in Drupal 8

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

The oEmbed URL resolver service.

Type: \Drupal\media\OEmbed\UrlResolverInterface

File

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

Class

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

Namespace

Drupal\media\Controller

Code

protected $urlResolver;