public function WebformHelpManagerInterface::buildVideoLink in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformHelpManagerInterface.php \Drupal\webform\WebformHelpManagerInterface::buildVideoLink()
Build video link.
Parameters
string $video_id: Video id.
string|null $video_display: Video displa type.
string|null $title: Link title.
array $options: Link options.
Return value
array A renderable array containing a link to a video.
1 method overrides WebformHelpManagerInterface::buildVideoLink()
- WebformHelpManager::buildVideoLink in src/
WebformHelpManager.php - Build video link.
File
- src/
WebformHelpManagerInterface.php, line 146
Class
- WebformHelpManagerInterface
- Defines an interface for help classes.
Namespace
Drupal\webformCode
public function buildVideoLink($video_id, $video_display = NULL, $title = NULL, array $options = []);