You are here

protected property OEmbedForm::$urlResolver in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/media_library/src/Form/OEmbedForm.php \Drupal\media_library\Form\OEmbedForm::urlResolver
  2. 10 core/modules/media_library/src/Form/OEmbedForm.php \Drupal\media_library\Form\OEmbedForm::urlResolver

The oEmbed URL resolver service.

Type: \Drupal\media\OEmbed\UrlResolverInterface

File

core/modules/media_library/src/Form/OEmbedForm.php, line 30

Class

OEmbedForm
Creates a form to create media entities from oEmbed URLs.

Namespace

Drupal\media_library\Form

Code

protected $urlResolver;