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