You are here

public function ExampleCodec::html in Video Filter 8

HTML code of the video player.

Overrides VideoFilterBase::html

File

modules/video_filter_example/src/Plugin/VideoFilter/ExampleCodec.php, line 45

Class

ExampleCodec
Provides ExampleCodec codec for Video Filter.

Namespace

Drupal\video_filter_example\Plugin\VideoFilter

Code

public function html($video) {

  // HTML code of the video. In case if you would like to use oembed.
}