You are here

public function PollVoteStorageInterface::getUserVote in Poll 8

Get a user's votes for a poll.

Parameters

PollInterface $poll:

Return value

mixed

1 method overrides PollVoteStorageInterface::getUserVote()
PollVoteStorage::getUserVote in src/PollVoteStorage.php
Get a user's votes for a poll.

File

src/PollVoteStorageInterface.php, line 60

Class

PollVoteStorageInterface
Defines a common interface for poll vote controller classes.

Namespace

Drupal\poll

Code

public function getUserVote(PollInterface $poll);