protected function ProviderPluginBase::getVideoSettings in Video 8
Same name and namespace in other branches
- 8.2 src/ProviderPluginBase.php \Drupal\video\ProviderPluginBase::getVideoSettings()
Get the input which caused this plugin to be selected.
Return value
string The raw input from the user.
1 call to ProviderPluginBase::getVideoSettings()
- ProviderPluginBase::getUploadLocation in src/
ProviderPluginBase.php - Determines the URI for a video field.
File
- src/
ProviderPluginBase.php, line 87
Class
- ProviderPluginBase
- A base for the provider plugins.
Namespace
Drupal\videoCode
protected function getVideoSettings() {
return $this->settings;
}