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