You are here

public function WebformGroupManagerInterface::isGroupOwnerTokenEnable in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_group/src/WebformGroupManagerInterface.php \Drupal\webform_group\WebformGroupManagerInterface::isGroupOwnerTokenEnable()

Determine if the group owner token is enabled.

Return value

bool TRUE if the group owner token is enabled.

1 method overrides WebformGroupManagerInterface::isGroupOwnerTokenEnable()
WebformGroupManager::isGroupOwnerTokenEnable in modules/webform_group/src/WebformGroupManager.php
Determine if the group owner token is enabled.

File

modules/webform_group/src/WebformGroupManagerInterface.php, line 20

Class

WebformGroupManagerInterface
Defines an interface for the webform group manager.

Namespace

Drupal\webform_group

Code

public function isGroupOwnerTokenEnable();