You are here

public function WebformHelpManagerInterface::buildComparison in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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\webform

Code

public function buildComparison($docs = FALSE);