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