You are here

public function WebformHelpManagerInterface::getVideo in Webform 6.x

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

Get video.

Parameters

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

Return value

array|mixed A single help item or all videos.

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

File

src/WebformHelpManagerInterface.php, line 43

Class

WebformHelpManagerInterface
Defines an interface for help classes.

Namespace

Drupal\webform

Code

public function getVideo($id = NULL);