public function ProviderPluginInterface::getLocalThumbnailUri in Video Embed Field 8.2
Same name and namespace in other branches
- 8 src/ProviderPluginInterface.php \Drupal\video_embed_field\ProviderPluginInterface::getLocalThumbnailUri()
Get the URL to the local thumbnail.
This method does not gartunee that the file will exist, only that it will be the location of the thumbnail after the download thumbnail method has been called.
Return value
string The URI for the local thumbnail.
2 methods override ProviderPluginInterface::getLocalThumbnailUri()
- MockProvider::getLocalThumbnailUri in tests/
modules/ video_embed_field_mock_provider/ src/ Plugin/ video_embed_field/ Provider/ MockProvider.php - Get the URL to the local thumbnail.
- ProviderPluginBase::getLocalThumbnailUri in src/
ProviderPluginBase.php - Get the URL to the local thumbnail.
File
- src/
ProviderPluginInterface.php, line 59
Class
- ProviderPluginInterface
- Providers an interface for embed providers.
Namespace
Drupal\video_embed_fieldCode
public function getLocalThumbnailUri();