You are here

public function PollVoteStorageInterface::deleteVotes in Poll 8

Delete a user's votes for a poll.

Parameters

PollInterface $poll:

Return value

mixed

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

File

src/PollVoteStorageInterface.php, line 27

Class

PollVoteStorageInterface
Defines a common interface for poll vote controller classes.

Namespace

Drupal\poll

Code

public function deleteVotes(PollInterface $poll);