You are here

public function VideoFilterBase::html in Video Filter 8

HTML code of the video player.

Overrides VideoFilterInterface::html

6 methods override VideoFilterBase::html()
Brightcove::html in src/Plugin/VideoFilter/Brightcove.php
HTML code of the video player.
ExampleCodec::html in modules/video_filter_example/src/Plugin/VideoFilter/ExampleCodec.php
HTML code of the video player.
FoxNews::html in src/Plugin/VideoFilter/FoxNews.php
HTML code of the video player.
Instagram::html in src/Plugin/VideoFilter/Instagram.php
HTML code of the video player.
Twitter::html in src/Plugin/VideoFilter/Twitter.php
HTML code of the video player.

... See full list

File

src/VideoFilterBase.php, line 80

Class

VideoFilterBase
Defines base methods for all video filter plugin instances.

Namespace

Drupal\video_filter

Code

public function html($video) {

  // Usually video URL that will be played
  // with the FLV player.
}