You are here

public function WebformHelpManagerInterface::getGroup in Webform 6.x

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

Get group.

Parameters

string|null $id: (optional) Group name.

Return value

array|mixed A single group item or all groups.

1 method overrides WebformHelpManagerInterface::getGroup()
WebformHelpManager::getGroup in src/WebformHelpManager.php
Get group.

File

src/WebformHelpManagerInterface.php, line 21

Class

WebformHelpManagerInterface
Defines an interface for help classes.

Namespace

Drupal\webform

Code

public function getGroup($id = NULL);