public function Poll::setOwnerId in Poll 8
File
- src/
Entity/ Poll.php, line 161
Class
- Poll
- Defines the poll entity class.
Namespace
Drupal\poll\EntityCode
public function setOwnerId($uid) {
$this
->set('uid', $uid);
return $this;
}
public function setOwnerId($uid) {
$this
->set('uid', $uid);
return $this;
}