You are here

public function FieldVoteResultInterface::getVotesForField in Votingapi Widgets 8

Get all votes for a field.

1 method overrides FieldVoteResultInterface::getVotesForField()
FieldVoteResultBase::getVotesForField in src/FieldVoteResultBase.php
Get votes for field.

File

src/FieldVoteResultInterface.php, line 13

Class

FieldVoteResultInterface
Interface for field vote results plugins.

Namespace

Drupal\votingapi_widgets

Code

public function getVotesForField($votes);