You are here

public function WebformHelpManagerInterface::buildIndex in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformHelpManagerInterface.php \Drupal\webform\WebformHelpManagerInterface::buildIndex()

Build the main help page for the Webform module.

Return value

array An render array containing help for the Webform module.

1 method overrides WebformHelpManagerInterface::buildIndex()
WebformHelpManager::buildIndex in src/WebformHelpManager.php
Build the main help page for the Webform module.

File

src/WebformHelpManagerInterface.php, line 118

Class

WebformHelpManagerInterface
Defines an interface for help classes.

Namespace

Drupal\webform

Code

public function buildIndex();