You are here

public function WebformGroupManagerInterface::getAccessRules in Webform 6.x

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

Get a webform's access rules with group roles.

Parameters

\Drupal\webform\WebformInterface $webform: A webform.

Return value

array An associative array containiong a webform's access rules with group roles.

1 method overrides WebformGroupManagerInterface::getAccessRules()
WebformGroupManager::getAccessRules in modules/webform_group/src/WebformGroupManager.php
Get a webform's access rules with group roles.

File

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

Class

WebformGroupManagerInterface
Defines an interface for the webform group manager.

Namespace

Drupal\webform_group

Code

public function getAccessRules(WebformInterface $webform);