public function WebformHelpManagerInterface::buildVideos in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformHelpManagerInterface.php \Drupal\webform\WebformHelpManagerInterface::buildVideos()
Build the videos section.
Parameters
bool $docs: Set to TRUE to build exportable HTML documentation.
Return value
array An render array containing the videos section.
1 method overrides WebformHelpManagerInterface::buildVideos()
- WebformHelpManager::buildVideos in src/
WebformHelpManager.php - Build the videos section.
File
- src/
WebformHelpManagerInterface.php, line 129
Class
- WebformHelpManagerInterface
- Defines an interface for help classes.
Namespace
Drupal\webformCode
public function buildVideos($docs = FALSE);