You are here

protected property VideoEmbedField::$providerManager in Video Embed Field 8.2

Same name in this branch
  1. 8.2 src/Plugin/Field/FieldType/VideoEmbedField.php \Drupal\video_embed_field\Plugin\Field\FieldType\VideoEmbedField::providerManager
  2. 8.2 modules/video_embed_media/src/Plugin/media/Source/VideoEmbedField.php \Drupal\video_embed_media\Plugin\media\Source\VideoEmbedField::providerManager
Same name and namespace in other branches
  1. 8 src/Plugin/Field/FieldType/VideoEmbedField.php \Drupal\video_embed_field\Plugin\Field\FieldType\VideoEmbedField::providerManager

The embed provider plugin manager.

Type: \Drupal\video_embed_field\ProviderManagerInterface

File

src/Plugin/Field/FieldType/VideoEmbedField.php, line 31

Class

VideoEmbedField
Plugin implementation of the video_embed_field field type.

Namespace

Drupal\video_embed_field\Plugin\Field\FieldType

Code

protected $providerManager;