protected function ProviderPluginBase::getInput in Video Embed Field 8
Same name and namespace in other branches
- 8.2 src/ProviderPluginBase.php \Drupal\video_embed_field\ProviderPluginBase::getInput()
Get the input which caused this plugin to be selected.
Return value
string The raw input from the user.
4 calls to ProviderPluginBase::getInput()
- Vimeo::oEmbedData in src/
Plugin/ video_embed_field/ Provider/ Vimeo.php - Get the vimeo oembed data.
- YouTube::getLanguagePreference in src/
Plugin/ video_embed_field/ Provider/ YouTube.php - Extract the language preference from the URL for use in closed captioning.
- YouTube::getTimeIndex in src/
Plugin/ video_embed_field/ Provider/ YouTube.php - Get the time index for when the given video starts.
- YouTubePlaylist::getRemoteThumbnailUrl in src/
Plugin/ video_embed_field/ Provider/ YouTubePlaylist.php - Get the URL of the remote thumbnail.
File
- src/
ProviderPluginBase.php, line 102
Class
- ProviderPluginBase
- A base for the provider plugins.
Namespace
Drupal\video_embed_fieldCode
protected function getInput() {
return $this->input;
}