public function PollInterface::getVotes in Poll 8
Get all the votes of this poll.
Return value
array
1 method overrides PollInterface::getVotes()
- Poll::getVotes in src/
Entity/ Poll.php - Get all the votes of this poll.
File
- src/
PollInterface.php, line 175
Class
- PollInterface
- Provides an interface defining an poll entity.
Namespace
Drupal\pollCode
public function getVotes();