public function WebformGroupManagerInterface::getCurrentGroupWebform in Webform 6.x
Same name and namespace in other branches
- 8.5 modules/webform_group/src/WebformGroupManagerInterface.php \Drupal\webform_group\WebformGroupManagerInterface::getCurrentGroupWebform()
Get the group webform for the current request.
Return value
\Drupal\webform\WebformInterface|null The group webform for the current request.
1 method overrides WebformGroupManagerInterface::getCurrentGroupWebform()
- WebformGroupManager::getCurrentGroupWebform in modules/
webform_group/ src/ WebformGroupManager.php - Get the group webform for the current request.
File
- modules/
webform_group/ src/ WebformGroupManagerInterface.php, line 54
Class
- WebformGroupManagerInterface
- Defines an interface for the webform group manager.
Namespace
Drupal\webform_groupCode
public function getCurrentGroupWebform();