You are here

public function RateVoteResultInterface::getVotesForField in Rate 8.2

Get all votes for a field.

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

File

src/RateVoteResultInterface.php, line 13

Class

RateVoteResultInterface
Interface for rate vote results plugins.

Namespace

Drupal\rate

Code

public function getVotesForField($votes);