public function WebformGroupManagerInterface::getAccessRules in Webform 8.5
Same name and namespace in other branches
- 6.x 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_groupCode
public function getAccessRules(WebformInterface $webform);