public function WebformAccessGroupInterface::addAdminId in Webform 6.x
Same name and namespace in other branches
- 8.5 modules/webform_access/src/WebformAccessGroupInterface.php \Drupal\webform_access\WebformAccessGroupInterface::addAdminId()
Add admin user id to webform access group.
Parameters
int $uid: A admin user id.
Return value
$this
1 method overrides WebformAccessGroupInterface::addAdminId()
- WebformAccessGroup::addAdminId in modules/
webform_access/ src/ Entity/ WebformAccessGroup.php - Add admin user id to webform access group.
File
- modules/
webform_access/ src/ WebformAccessGroupInterface.php, line 114
Class
- WebformAccessGroupInterface
- Provides an interface defining a webform access group entity.
Namespace
Drupal\webform_accessCode
public function addAdminId($uid);