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