You are here

public function VideoFilterInterface::html in Video Filter 8

Return HTML code of the video player.

Return value

url HTML code of the video player.

1 method overrides VideoFilterInterface::html()
VideoFilterBase::html in src/VideoFilterBase.php
HTML code of the video player.

File

src/VideoFilterInterface.php, line 82

Class

VideoFilterInterface
Defines an interface for ice cream flavor plugins.

Namespace

Drupal\video_filter

Code

public function html($video);