You are here

public function WebformHelpManagerInterface::getHelp in Webform 6.x

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

Get help.

Parameters

string|null $id: (optional) Help id.

Return value

array|mixed A single help item or all help.

1 method overrides WebformHelpManagerInterface::getHelp()
WebformHelpManager::getHelp in src/WebformHelpManager.php
Get help.

File

src/WebformHelpManagerInterface.php, line 32

Class

WebformHelpManagerInterface
Defines an interface for help classes.

Namespace

Drupal\webform

Code

public function getHelp($id = NULL);