protected function ProviderPluginBase::getVideoMetadata in Video 8.2
Same name and namespace in other branches
- 8 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.
File
- src/
ProviderPluginBase.php, line 78
Class
- ProviderPluginBase
- A base for the provider plugins.
Namespace
Drupal\videoCode
protected function getVideoMetadata() {
return $this->metadata;
}