You are here

public function VideoFilterInterface::options in Video Filter 8

Return embed options (Form API elements).

Return value

array (Drupal Form API) Embed options (Form API elements).

1 method overrides VideoFilterInterface::options()
VideoFilterBase::options in src/VideoFilterBase.php
Embed options. (e.g. Autoplay, Width/Height).

File

src/VideoFilterInterface.php, line 90

Class

VideoFilterInterface
Defines an interface for ice cream flavor plugins.

Namespace

Drupal\video_filter

Code

public function options();