public function ProviderPluginInterface::getName in Video Embed Field 8.2
Same name and namespace in other branches
- 8 src/ProviderPluginInterface.php \Drupal\video_embed_field\ProviderPluginInterface::getName()
Get the name of the video.
Return value
string A name to represent the video for the given plugin.
2 methods override ProviderPluginInterface::getName()
- MockProvider::getName in tests/
modules/ video_embed_field_mock_provider/ src/ Plugin/ video_embed_field/ Provider/ MockProvider.php - Get the name of the video.
- ProviderPluginBase::getName in src/
ProviderPluginBase.php - Get the name of the video.
File
- src/
ProviderPluginInterface.php, line 98
Class
- ProviderPluginInterface
- Providers an interface for embed providers.
Namespace
Drupal\video_embed_fieldCode
public function getName();