You are here

public function WebformHelpManagerInterface::getVideoLinks in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformHelpManagerInterface.php \Drupal\webform\WebformHelpManagerInterface::getVideoLinks()

Get video links.

Parameters

string $id: Video id.

Return value

array An array of links.

1 method overrides WebformHelpManagerInterface::getVideoLinks()
WebformHelpManager::getVideoLinks in src/WebformHelpManager.php
Get video links.

File

src/WebformHelpManagerInterface.php, line 54

Class

WebformHelpManagerInterface
Defines an interface for help classes.

Namespace

Drupal\webform

Code

public function getVideoLinks($id);