You are here

public function PollVoteStorageInterface::saveVote in Poll 8

Save a user's vote.

Parameters

array $options:

1 method overrides PollVoteStorageInterface::saveVote()
PollVoteStorage::saveVote in src/PollVoteStorage.php
Save a user's vote.

File

src/PollVoteStorageInterface.php, line 42

Class

PollVoteStorageInterface
Defines a common interface for poll vote controller classes.

Namespace

Drupal\poll

Code

public function saveVote(array $options);