public function WebformGroupManagerInterface::getCurrentGroupContent in Webform 6.x
Same name and namespace in other branches
- 8.5 modules/webform_group/src/WebformGroupManagerInterface.php \Drupal\webform_group\WebformGroupManagerInterface::getCurrentGroupContent()
Get the group content for the current request.
Return value
\Drupal\group\Entity\GroupContentInterface|bool The group content for the current request. FALSE if no group content is found for the current request.
1 method overrides WebformGroupManagerInterface::getCurrentGroupContent()
- WebformGroupManager::getCurrentGroupContent in modules/
webform_group/ src/ WebformGroupManager.php - Get the group content for the current request.
File
- modules/
webform_group/ src/ WebformGroupManagerInterface.php, line 46
Class
- WebformGroupManagerInterface
- Defines an interface for the webform group manager.
Namespace
Drupal\webform_groupCode
public function getCurrentGroupContent();