public function WebformAccessGroupInterface::setUserIds in Webform 6.x
Same name and namespace in other branches
- 8.5 modules/webform_access/src/WebformAccessGroupInterface.php \Drupal\webform_access\WebformAccessGroupInterface::setUserIds()
Set user ids assigned to webform access group.
Parameters
array $uids: An array of user ids.
Return value
$this
1 method overrides WebformAccessGroupInterface::setUserIds()
- WebformAccessGroup::setUserIds in modules/
webform_access/ src/ Entity/ WebformAccessGroup.php - Set user ids assigned to webform access group.
File
- modules/
webform_access/ src/ WebformAccessGroupInterface.php, line 54
Class
- WebformAccessGroupInterface
- Provides an interface defining a webform access group entity.
Namespace
Drupal\webform_accessCode
public function setUserIds(array $uids);