public function VideoFilterInterface::getName in Video Filter 8
Return the name of the Video Filter codec.
Return value
string The human-readable name of the codec.
1 method overrides VideoFilterInterface::getName()
- VideoFilterBase::getName in src/VideoFilterBase.php 
- Get plugin name.
File
- src/VideoFilterInterface.php, line 18 
Class
- VideoFilterInterface
- Defines an interface for ice cream flavor plugins.
Namespace
Drupal\video_filterCode
public function getName();