You are here

public function Poll::setOwnerId in Poll 8

File

src/Entity/Poll.php, line 161

Class

Poll
Defines the poll entity class.

Namespace

Drupal\poll\Entity

Code

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