You are here

public function VideoFilterBase::flash in Video Filter 8

Flash video (flv)

Overrides VideoFilterInterface::flash

15 methods override VideoFilterBase::flash()
Capped::flash in src/Plugin/VideoFilter/Capped.php
Flash video (flv)
CollegeHumor::flash in src/Plugin/VideoFilter/CollegeHumor.php
Flash video (flv)
DailyMotion::flash in src/Plugin/VideoFilter/DailyMotion.php
Flash video (flv)
ExampleCodec::flash in modules/video_filter_example/src/Plugin/VideoFilter/ExampleCodec.php
Flash video (flv)
FlickrSlideshows::flash in src/Plugin/VideoFilter/FlickrSlideshows.php
Flash video (flv)

... See full list

File

src/VideoFilterBase.php, line 72

Class

VideoFilterBase
Defines base methods for all video filter plugin instances.

Namespace

Drupal\video_filter

Code

public function flash($video) {

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