You are here

public function WebformAccessGroupInterface::addUserId in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_access/src/WebformAccessGroupInterface.php \Drupal\webform_access\WebformAccessGroupInterface::addUserId()

Add user id to webform access group.

Parameters

int $uid: A user id.

Return value

$this

1 method overrides WebformAccessGroupInterface::addUserId()
WebformAccessGroup::addUserId in modules/webform_access/src/Entity/WebformAccessGroup.php
Add user id to webform access group.

File

modules/webform_access/src/WebformAccessGroupInterface.php, line 134

Class

WebformAccessGroupInterface
Provides an interface defining a webform access group entity.

Namespace

Drupal\webform_access

Code

public function addUserId($uid);