You are here

public function Poll::getOwnerId in Poll 8

File

src/Entity/Poll.php, line 154

Class

Poll
Defines the poll entity class.

Namespace

Drupal\poll\Entity

Code

public function getOwnerId() {
  return $this
    ->get('uid')->target_id;
}