You are here

public function EntityformSubmission::setAuthorId in Entityform 8.2

File

lib/Drupal/entityform/Entity/EntityformSubmission.php, line 138
Definition of Drupal\entityform\Entity\EntityformSubmission.

Class

EntityformSubmission
Defines the entityform entity class.

Namespace

Drupal\entityform\Entity

Code

public function setAuthorId($uid) {
  $this
    ->set('uid', $uid);
  return $this;
}