You are here

public function YamlFormHelpManagerInterface::getVideo in YAML Form 8

Get video.

Parameters

string|null $id: (optional) Video id.

Return value

array|mixed A single help item or all videos.

1 method overrides YamlFormHelpManagerInterface::getVideo()
YamlFormHelpManager::getVideo in src/YamlFormHelpManager.php
Get video.

File

src/YamlFormHelpManagerInterface.php, line 32

Class

YamlFormHelpManagerInterface
Defines an interface for help classes.

Namespace

Drupal\yamlform

Code

public function getVideo($id = NULL);