public function PollVoteStorageInterface::deleteChoicesVotes in Poll 8
Delete a user's votes for a poll choice.
Parameters
array $choices: A list of choice ID's for each one we will remove all the votes.
1 method overrides PollVoteStorageInterface::deleteChoicesVotes()
- PollVoteStorage::deleteChoicesVotes in src/
PollVoteStorage.php - Delete a user's votes for a poll choice.
File
- src/
PollVoteStorageInterface.php, line 18
Class
- PollVoteStorageInterface
- Defines a common interface for poll vote controller classes.
Namespace
Drupal\pollCode
public function deleteChoicesVotes(array $choices);