You are here

public function VideoFilterInterface::getRegexp in Video Filter 8

Return an array of regular expressions for the codec.

Return value

array regexp Regular expression for the codec.

1 method overrides VideoFilterInterface::getRegexp()
VideoFilterBase::getRegexp in src/VideoFilterBase.php
Get plugin regexp.

File

src/VideoFilterInterface.php, line 34

Class

VideoFilterInterface
Defines an interface for ice cream flavor plugins.

Namespace

Drupal\video_filter

Code

public function getRegexp();