public function ProviderPluginInterface::downloadThumbnail in Video Embed Field 8
Same name and namespace in other branches
- 8.2 src/ProviderPluginInterface.php \Drupal\video_embed_field\ProviderPluginInterface::downloadThumbnail()
Download the remote thumbnail URL to the local thumbnail URI.
2 methods override ProviderPluginInterface::downloadThumbnail()
- MockProvider::downloadThumbnail in tests/
modules/ video_embed_field_mock_provider/ src/ Plugin/ video_embed_field/ Provider/ MockProvider.php - Download the remote thumbnail URL to the local thumbnail URI.
- ProviderPluginBase::downloadThumbnail in src/
ProviderPluginBase.php - Download the remote thumbnail URL to the local thumbnail URI.
File
- src/
ProviderPluginInterface.php, line 64
Class
- ProviderPluginInterface
- Providers an interface for embed providers.
Namespace
Drupal\video_embed_fieldCode
public function downloadThumbnail();