public function WebformHelpManagerInterface::getVideo in Webform 6.x
Same name and namespace in other branches
- 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\webformCode
public function getVideo($id = NULL);