You are here

public function WebformHelpController::index in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Controller/WebformHelpController.php \Drupal\webform\Controller\WebformHelpController::index()

Returns the Webform help page.

Return value

array The webform submission webform.

1 string reference to 'WebformHelpController::index'
webform.routing.yml in ./webform.routing.yml
webform.routing.yml

File

src/Controller/WebformHelpController.php, line 36

Class

WebformHelpController
Provides route responses for Webform help.

Namespace

Drupal\webform\Controller

Code

public function index() {
  return $this->help
    ->buildIndex();
}