public function PollVoteStorageInterface::getVotes in Poll 8
Get all votes for a poll.
Parameters
PollInterface $poll:
Return value
mixed
1 method overrides PollVoteStorageInterface::getVotes()
- PollVoteStorage::getVotes in src/
PollVoteStorage.php - Get all votes for a poll.
File
- src/
PollVoteStorageInterface.php, line 51
Class
- PollVoteStorageInterface
- Defines a common interface for poll vote controller classes.
Namespace
Drupal\pollCode
public function getVotes(PollInterface $poll);