You are here

protected function ProviderPluginBase::getVideoMetadata in Video 8

Same name and namespace in other branches
  1. 8.2 src/ProviderPluginBase.php \Drupal\video\ProviderPluginBase::getVideoMetadata()

Get the input which caused this plugin to be selected.

Return value

string The raw input from the user.

13 calls to ProviderPluginBase::getVideoMetadata()
Dailymotion::getRemoteThumbnailUrl in src/Plugin/video/Provider/Dailymotion.php
Get the URL of the remote thumbnail.
Dailymotion::renderEmbedCode in src/Plugin/video/Provider/Dailymotion.php
Render embed code.
Facebook::getRemoteThumbnailUrl in src/Plugin/video/Provider/Facebook.php
Get the URL of the remote thumbnail.
Facebook::renderEmbedCode in src/Plugin/video/Provider/Facebook.php
Render embed code.
Instagram::getRemoteThumbnailUrl in src/Plugin/video/Provider/Instagram.php
Get the URL of the remote thumbnail.

... See full list

File

src/ProviderPluginBase.php, line 77

Class

ProviderPluginBase
A base for the provider plugins.

Namespace

Drupal\video

Code

protected function getVideoMetadata() {
  return $this->metadata;
}