You are here

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_filter

Code

public function getName();