You are here

public function WebformHelpManagerInterface::buildHelp in Webform 6.x

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

Build help for specific route.

Parameters

string $route_name: The route for which to find help.

\Drupal\Core\Routing\RouteMatchInterface $route_match: The route match object from which to find help.

Return value

array An render array containing help for specific route.

1 method overrides WebformHelpManagerInterface::buildHelp()
WebformHelpManager::buildHelp in src/WebformHelpManager.php
Build help for specific route.

File

src/WebformHelpManagerInterface.php, line 110

Class

WebformHelpManagerInterface
Defines an interface for help classes.

Namespace

Drupal\webform

Code

public function buildHelp($route_name, RouteMatchInterface $route_match);