public function WebformGroupManagerInterface::isGroupRoleTokenEnabled in Webform 6.x
Same name and namespace in other branches
- 8.5 modules/webform_group/src/WebformGroupManagerInterface.php \Drupal\webform_group\WebformGroupManagerInterface::isGroupRoleTokenEnabled()
Determine if the group role token is enabled.
Return value
bool TRUE if the group role token is enabled.
1 method overrides WebformGroupManagerInterface::isGroupRoleTokenEnabled()
- WebformGroupManager::isGroupRoleTokenEnabled in modules/
webform_group/ src/ WebformGroupManager.php - Determine if the group role token is enabled.
File
- modules/
webform_group/ src/ WebformGroupManagerInterface.php, line 28
Class
- WebformGroupManagerInterface
- Defines an interface for the webform group manager.
Namespace
Drupal\webform_groupCode
public function isGroupRoleTokenEnabled($group_role_id);