You are here

protected function YamlFormHelpManager::initVideos in YAML Form 8

Initialize videos.

Return value

array An associative array containing videos.

1 call to YamlFormHelpManager::initVideos()
YamlFormHelpManager::__construct in src/YamlFormHelpManager.php
Constructs a YamlFormHelpManager object.

File

src/YamlFormHelpManager.php, line 334

Class

YamlFormHelpManager
Form help manager.

Namespace

Drupal\yamlform

Code

protected function initVideos() {
  return $this->help;
}