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